File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and Yorkie JS SDK adheres to [Semantic Versioning](https://semver.org/spec/v2.0.
77
88## [ Unreleased]
99
10+ ## [ 0.5.2] - 2024-10-22
11+
12+ ### Changed
13+
14+ - Update target to ES2020 and replace Long with bigint by @hackerwins in https://github.com/yorkie-team/yorkie-js-sdk/pull/912
15+
1016## [ 0.5.1] - 2024-10-15
1117
1218### Added
Original file line number Diff line number Diff line change 44
55### 1. Update the version number.
66
7- - Update ` version ` in [ package.json] ( https://github.com/yorkie-team/yorkie-js-sdk/blob/main/package.json#L3 ) .
7+ - Update ` version ` in [ package.json] ( https://github.com/yorkie-team/yorkie-js-sdk/blob/main/packages/sdk/ package.json#L3 ) .
88
99### 2. Write changelog of this version in [ CHANGELOG.md] ( https://github.com/yorkie-team/yorkie-js-sdk/blob/main/CHANGELOG.md ) .
1010
Original file line number Diff line number Diff line change 11{
22 "name" : " yorkie-js-sdk" ,
3- "version" : " 0.5.1 " ,
3+ "version" : " 0.5.2 " ,
44 "description" : " Yorkie JS SDK" ,
55 "main" : " ./src/yorkie.ts" ,
66 "publishConfig" : {
You can’t perform that action at this time.
0 commit comments