mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-06 04:19:34 +00:00
chore(release): 0.4.2
This commit is contained in:
parent
1ff1505933
commit
a484484934
3 changed files with 17 additions and 11 deletions
|
@ -1,15 +1,8 @@
|
|||
{
|
||||
"name": "loro-wasm",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"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,19 @@
|
|||
|
||||
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.2](https://github.com/loro-dev/loro/compare/v0.4.1...v0.4.2) (2023-11-16)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* get sub container directly when getting value ([#175](https://github.com/loro-dev/loro/issues/175)) ([1ff1505](https://github.com/loro-dev/loro/commit/1ff1505933198be8f3b7aefc32e1698007e21c25))
|
||||
* **wasm:** add event id ([e54d2ac](https://github.com/loro-dev/loro/commit/e54d2ac21b02ad6b161336b0b9a99a0a85ca5a02))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* loro-wasm typo ([#171](https://github.com/loro-dev/loro/issues/171)) ([c4b9cb4](https://github.com/loro-dev/loro/commit/c4b9cb4b2b77c3c83b99b51153cd8dd19a948dc0))
|
||||
|
||||
### 0.4.1 (2023-11-12)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loro-crdt",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"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