Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.5.4 (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins authored Oct 28, 2024
1 parent cbb04b9 commit ea5b6f3
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.5.4] - 2024-10-28

### Added

- Implement `InitialRoot` option for Document attachment by @raararaara in https://github.com/yorkie-team/yorkie-js-sdk/pull/913
- Add doc.getStats for debugging purpose by @hackerwins in https://github.com/yorkie-team/yorkie-js-sdk/pull/920

### Fixed

- Export VersionVector by @chacha912 in https://github.com/yorkie-team/yorkie-js-sdk/pull/917

## [0.5.3] - 2024-10-23

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yorkie-js-sdk",
"version": "0.5.3",
"version": "0.5.4",
"description": "Yorkie JS SDK",
"main": "./src/yorkie.ts",
"publishConfig": {
Expand Down

0 comments on commit ea5b6f3

Please sign in to comment.