Skip to content

Commit a41cf13

Browse files
committed
update version, update change log for 0.0.3
1 parent 749f0b3 commit a41cf13

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.0.3
2+
3+
- fix bug: update with ops should wrap ops in Array when applying.
4+
5+
16
# 0.0.2
27

38
- fix bug - we don't need additional `then` statement in datadom init.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "@plotdb/datadom",
44
"license": "MIT",
55
"description": "dom serializer / deserializer",
6-
"version": "0.0.2",
6+
"version": "0.0.3",
77
"files": [
88
"dist/**/*"
99
],

0 commit comments

Comments
 (0)