chore: bump loro-crdt version

This commit is contained in:
Zixuan Chen 2024-01-18 13:30:26 +08:00
parent 1295ac6d61
commit 3a2c9523cd
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
## 0.9.1
### Patch Changes
- Fix use consistnt peer id repr and expose VersionVector type
## 0.9.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "loro-wasm",
"version": "0.9.0",
"version": "0.9.1",
"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,13 @@
# Changelog
## 0.9.1
### Patch Changes
- Fix use consistnt peer id repr and expose VersionVector type
- Updated dependencies
- loro-wasm@0.9.1
## 0.9.0
### Minor Changes

View file

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