From ed69e722d4d4f278fd302807fd8d604d706ce2d0 Mon Sep 17 00:00:00 2001 From: Kevin Park Date: Mon, 27 Feb 2023 15:29:58 +0900 Subject: [PATCH] Update package.json and CHANGELOG.md (#469) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- package.publish.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26d7b6808..7c688722e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and Yorkie JS SDK adheres to [Semantic Versioning](https://semver.org/spec/v2.0. ## [Unreleased] +## [0.3.1] - 2023-02-27 + +### Added +* Add `delete` and `empty` method to `Text` data type by @cozitive in https://github.com/yorkie-team/yorkie-js-sdk/pull/454 + +### Changed +* Reduce bundle size for production by @easylogic in https://github.com/yorkie-team/yorkie-js-sdk/pull/460 +* Remove string dependency of RGATreeSplit value by @cozitive in https://github.com/yorkie-team/yorkie-js-sdk/pull/459 +* Remove priority queue from RHTPQMap and entire project by @blurfx in https://github.com/yorkie-team/yorkie-js-sdk/pull/462 +* Modify config to run the webpack-bundle-analyzer when using `profile:bundle` script by @chacha912 in https://github.com/yorkie-team/yorkie-js-sdk/pull/468 + +### Fixed +* Fix invalid indexOf SplayTree with single node by @chacha912 in https://github.com/yorkie-team/yorkie-js-sdk/pull/463 + ## [0.3.0] - 2023-01-31 ### Changed diff --git a/package.json b/package.json index 7e94041e6..606f6e829 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yorkie-js-sdk", - "version": "0.3.0", + "version": "0.3.1", "description": "Yorkie JS SDK", "main": "./dist/yorkie-js-sdk.js", "typings": "./dist/yorkie-js-sdk.d.ts", diff --git a/package.publish.json b/package.publish.json index 536801e30..5ee01775c 100644 --- a/package.publish.json +++ b/package.publish.json @@ -1,6 +1,6 @@ { "name": "yorkie-js-sdk", - "version": "0.3.0", + "version": "0.3.1", "description": "Yorkie JS SDK", "main": "./dist/yorkie-js-sdk.js", "typings": "./dist/yorkie-js-sdk.d.ts",