Skip to content

Commit

Permalink
Update CHANGELOG for 0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Oct 4, 2022
1 parent 88d9f1a commit 893b2c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and Yorkie JS SDK adheres to [Semantic Versioning](https://semver.org/spec/v2.0.

## [Unreleased]

## [0.2.19] - 2022-10-04

### Changed

- Rename keyOf to subPathOf: #391

### Fixed

- Remove unused nodeMapByCreatedAt in RHT: #386
- Change lamport from uint64 to int64: #390

## [0.2.16] - 2022-08-16

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yorkie-js-sdk",
"version": "0.2.16",
"version": "0.2.19",
"description": "Yorkie JS SDK",
"main": "./dist/yorkie-js-sdk.js",
"typings": "./dist/yorkie-js-sdk.d.ts",
Expand Down

0 comments on commit 893b2c9

Please sign in to comment.