mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-02 02:59:51 +00:00
chore(release): 0.4.1
This commit is contained in:
parent
2129421b6a
commit
38ad7fbe1b
3 changed files with 8 additions and 3 deletions
5
crates/loro-wasm/CHANGELOG.md
Normal file
5
crates/loro-wasm/CHANGELOG.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Changelog
|
||||
|
||||
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.
|
||||
|
||||
|
4
crates/loro-wasm/package-lock.json
generated
4
crates/loro-wasm/package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "loro-wasm",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "loro-wasm",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.1",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"vite-plugin-top-level-await": "^1.2.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loro-wasm",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.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