mirror of
https://github.com/loro-dev/loro.git
synced 2024-11-24 12:20:06 +00:00
chore: bump version
This commit is contained in:
parent
bdd6b58b3d
commit
77024c378f
4 changed files with 16 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue