bump 0.2.0

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 546743004b
commit c496e3edea
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
# rrweb-snapshot
Not ready yet
Snapshot the DOM into a stateful and serializable data structure.
Also provide the ability to rebuild the DOM via snapshot.
## TODO
- [ ] Replace any url in css rules into absolute path.
- [ ] Select a suitable build strategy.

View File

@@ -1,6 +1,6 @@
{
"name": "rrweb-snapshot",
"version": "0.1.0",
"version": "0.2.0",
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
"main": "index.js",
"scripts": {