chore: bump version

This commit is contained in:
Zixuan Chen 2023-12-08 17:00:55 +08:00
parent 442f2561a1
commit c2877e8468
No known key found for this signature in database
4 changed files with 19 additions and 2 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## 0.7.0
### Minor Changes
- refactor: remove setPanicHook and call it internally when loaded
## 0.6.5
### Patch Changes

View file

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

View file

@ -1,5 +1,16 @@
# Changelog
## 0.7.0
### Minor Changes
- refactor: remove setPanicHook and call it internally when loaded
### Patch Changes
- Updated dependencies
- loro-wasm@0.7.0
## 0.6.5
### Patch Changes

View file

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