Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.1.10 (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb authored Sep 5, 2024
1 parent 9ece2bd commit 95edac3
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,31 @@ and CodePair adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.1.10] - 20204-09-05

### Added

- Add hyperlink creation feature by @choidabom in https://github.com/yorkie-team/codepair/pull/332

### Changed

- Update `yorkie-js-sdk` to 0.4.31 by @devleejb in https://github.com/yorkie-team/codepair/pull/331
- Ensure correct representation of logged-in users in shared document view by @choidabom in https://github.com/yorkie-team/codepair/pull/333
- Bump up `yorkie-js-sdk` to `0.5.0` by @devleejb in https://github.com/yorkie-team/codepair/pull/334

## [0.1.9] - 20204-09-02

## Changed
### Changed

- Change version of `codemirror`, `yorkie-js-sdk` dependencies by @devleejb in https://github.com/yorkie-team/codepair/pull/329

## [0.1.8] - 2024-09-01

## Changed
### Changed

- Downgrade `yorkie-js-sdk` to `v0.4.27` by @devleejb in https://github.com/yorkie-team/codepair/pull/327

## Fixed
### Fixed

- Disable retry logic for 401 errors during login by @devleejb in https://github.com/yorkie-team/codepair/pull/325

Expand Down
4 changes: 2 additions & 2 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codepair-backend",
"version": "0.1.9",
"version": "0.1.10",
"description": "CodePair Backend",
"author": "yorkie-team",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "codepair-frontend",
"description": "CodePair Frontend",
"private": true,
"version": "0.1.9",
"version": "0.1.10",
"type": "module",
"author": "yorkie-team",
"license": "Apache-2.0",
Expand Down

0 comments on commit 95edac3

Please sign in to comment.