mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-06 04:19:34 +00:00
chore(wasm): bump version
This commit is contained in:
parent
aca14fda10
commit
095e93b327
4 changed files with 25 additions and 2 deletions
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## 0.14.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Supports Cursors
|
||||
|
||||
#### 🚀 Features
|
||||
|
||||
- Cursors (#290)
|
||||
|
||||
## 0.14.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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.",
|
||||
"keywords": [
|
||||
"crdt",
|
||||
|
|
|
@ -1,5 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
## 0.14.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Supports Cursors
|
||||
|
||||
#### 🚀 Features
|
||||
|
||||
- Cursors (#290)
|
||||
|
||||
- Updated dependencies
|
||||
- loro-wasm@0.14.1
|
||||
|
||||
## 0.14.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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.",
|
||||
"keywords": [
|
||||
"crdt",
|
||||
|
|
Loading…
Reference in a new issue