From 42406e2a639c0ce430c0da399269f199510de4e0 Mon Sep 17 00:00:00 2001 From: Dongcheol Choe <40932237+dc7303@users.noreply.github.com> Date: Sun, 14 Feb 2021 16:24:31 +0900 Subject: [PATCH] Update CHANGELOG for release 0.1.2 (#140) Co-authored-by: Youngteac Hong --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5d3bff2d..9c2e7a7a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and Yorkie JS SDK adheres to [Semantic Versioning](https://semver.org/spec/v2.0. ## [Unreleased] +## [0.1.2] - 2021-02-14 + +### Added +- Add customizable metadata for peer awareness: #123 +- Add garbage collection for Text and RichText: #137 + +### Changed +- Replace the type of client_id to a byte array to reduce payload: #133 + +### Fixed +- Fix a bug that attributes were lost when splitting RichText nodes: #136 + ## [0.1.1] - 2021-01-01 ### Added diff --git a/package-lock.json b/package-lock.json index 0f1691fd0..f0ee5ce4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "yorkie-js-sdk", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c35a04fee..88b3089b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yorkie-js-sdk", - "version": "0.1.1", + "version": "0.1.2", "description": "Yorkie JS SDK", "main": "./dist/yorkie.js", "types": "./dist/yorkie.d.ts",