mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-23 05:24:51 +00:00
chore(release): 0.4.3
This commit is contained in:
parent
f799da9abb
commit
ed5324b506
3 changed files with 17 additions and 3 deletions
|
@ -1,8 +1,15 @@
|
|||
{
|
||||
"name": "loro-wasm",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
||||
"keywords": ["crdt", "CRDTs", "realtime", "collaboration", "sync", "p2p"],
|
||||
"keywords": [
|
||||
"crdt",
|
||||
"CRDTs",
|
||||
"realtime",
|
||||
"collaboration",
|
||||
"sync",
|
||||
"p2p"
|
||||
],
|
||||
"main": "nodejs/loro_wasm.js",
|
||||
"module": "bundler/loro_wasm.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -2,6 +2,13 @@
|
|||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [0.4.3](https://github.com/loro-dev/loro/compare/v0.4.2...v0.4.3) (2023-11-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* avoid i32 overflow ([f799da9](https://github.com/loro-dev/loro/commit/f799da9abbdf369ea1f120c700078bb87f27212b))
|
||||
|
||||
### [0.4.2](https://github.com/loro-dev/loro/compare/v0.4.1...v0.4.2) (2023-11-16)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loro-crdt",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"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