mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 12:57:20 +00:00
chore: bump version
This commit is contained in:
parent
66b8a76fdf
commit
cd36b5b656
4 changed files with 29 additions and 2 deletions
|
@ -1,5 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
## 1.0.0-alpha.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ## Fix
|
||||
|
||||
- Use release build
|
||||
|
||||
## Test
|
||||
|
||||
- Add compatibility tests (#503)
|
||||
|
||||
## 1.0.0-alpha.4
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loro-wasm",
|
||||
"version": "1.0.0-alpha.4",
|
||||
"version": "1.0.0-alpha.5",
|
||||
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
||||
"keywords": [
|
||||
"crdt",
|
||||
|
|
|
@ -1,5 +1,20 @@
|
|||
# Changelog
|
||||
|
||||
## 1.0.0-alpha.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ## Fix
|
||||
|
||||
- Use release build
|
||||
|
||||
## Test
|
||||
|
||||
- Add compatibility tests (#503)
|
||||
|
||||
- Updated dependencies
|
||||
- loro-wasm@1.0.0
|
||||
|
||||
## 1.0.0-alpha.4
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loro-crdt",
|
||||
"version": "1.0.0-alpha.4",
|
||||
"version": "1.0.0-alpha.5",
|
||||
"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