chore(wasm): bump version

This commit is contained in:
Zixuan Chen 2024-04-09 16:10:28 +08:00
parent aca14fda10
commit 095e93b327
No known key found for this signature in database
4 changed files with 25 additions and 2 deletions

View file

@ -1,5 +1,15 @@
# Changelog # Changelog
## 0.14.1
### Patch Changes
- Supports Cursors
#### 🚀 Features
- Cursors (#290)
## 0.14.0 ## 0.14.0
### Minor Changes ### Minor Changes

View file

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

View file

@ -1,5 +1,18 @@
# Changelog # Changelog
## 0.14.1
### Patch Changes
- Supports Cursors
#### 🚀 Features
- Cursors (#290)
- Updated dependencies
- loro-wasm@0.14.1
## 0.14.0 ## 0.14.0
### Minor Changes ### Minor Changes

View file

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