chore: bump version

This commit is contained in:
Zixuan Chen 2023-12-06 23:39:55 +08:00
parent ab64881029
commit b689f5b1cd
No known key found for this signature in database
4 changed files with 16 additions and 2 deletions

View file

@ -1,5 +1,11 @@
# Changelog # Changelog
## 0.6.4
### Patch Changes
- Fix time travel issue #211
## 0.6.1 ## 0.6.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "loro-wasm", "name": "loro-wasm",
"version": "0.6.1", "version": "0.6.4",
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
"keywords": [ "keywords": [
"crdt", "crdt",

View file

@ -1,5 +1,13 @@
# Changelog # Changelog
## 0.6.4
### Patch Changes
- Fix time travel issue #211
- Updated dependencies
- loro-wasm@0.6.4
## 0.6.3 ## 0.6.3
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "loro-crdt", "name": "loro-crdt",
"version": "0.6.3", "version": "0.6.4",
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
"keywords": [ "keywords": [
"crdt", "crdt",