chore: bump version to 0.10.1

This commit is contained in:
Zixuan Chen 2024-01-24 10:01:30 +08:00
parent d01c03eb77
commit fd7c37c94e
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.10.1
### Patch Changes
- fix: remove checking after checkout
## 0.10.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "loro-wasm",
"version": "0.10.0",
"version": "0.10.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.10.1
### Patch Changes
- fix: remove checking after checkout
- Updated dependencies
- loro-wasm@0.10.1
## 0.10.0
### Minor Changes

View file

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