chore(release): 0.4.3

This commit is contained in:
Zixuan Chen 2023-11-16 22:26:41 +08:00
parent f799da9abb
commit ed5324b506
No known key found for this signature in database
3 changed files with 17 additions and 3 deletions

View file

@ -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": {

View file

@ -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)

View file

@ -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",