mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
chore: bump version of loro-crdt
This commit is contained in:
parent
9c25e6d273
commit
7a75673fb8
4 changed files with 29 additions and 2 deletions
|
@ -1,5 +1,16 @@
|
|||
# Changelog
|
||||
|
||||
## 0.11.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Fix a few bugs and include BREAKING CHANG refactors
|
||||
|
||||
- fix: should not reset the state when calling checkout to latest (#265)
|
||||
- refactor: only send a event for one `import`/`transaction`/`checkout` (#263)
|
||||
- perf: optimize snapshot encoding speed (#264)
|
||||
- feat: remove deleted set in tree state and optimize api (#259)
|
||||
|
||||
## 0.10.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loro-wasm",
|
||||
"version": "0.10.1",
|
||||
"version": "0.11.0",
|
||||
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
||||
"keywords": [
|
||||
"crdt",
|
||||
|
|
|
@ -1,5 +1,21 @@
|
|||
# Changelog
|
||||
|
||||
## 0.11.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Fix a few bugs and include BREAKING CHANG refactors
|
||||
|
||||
- fix: should not reset the state when calling checkout to latest (#265)
|
||||
- refactor: only send a event for one `import`/`transaction`/`checkout` (#263)
|
||||
- perf: optimize snapshot encoding speed (#264)
|
||||
- feat: remove deleted set in tree state and optimize api (#259)
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- loro-wasm@0.11.0
|
||||
|
||||
## 0.10.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loro-crdt",
|
||||
"version": "0.10.1",
|
||||
"version": "0.11.0",
|
||||
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
||||
"keywords": [
|
||||
"crdt",
|
||||
|
|
Loading…
Reference in a new issue