chore: bump version

This commit is contained in:
Zixuan Chen 2024-10-19 23:22:20 +08:00
parent bdd6b58b3d
commit 77024c378f
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
## 1.0.0-beta.4
### Patch Changes
- Fix: ForkAt should inherit the config and auto commit from the original doc
## 1.0.0-beta.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "loro-wasm",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"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
## 1.0.0-beta.4
### Patch Changes
- Fix: ForkAt should inherit the config and auto commit from the original doc
- Updated dependencies
- loro-wasm@1.0.0-beta.4
## 1.0.0-beta.3
### Patch Changes

View file

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