Skip to content

Commit 95edac3

Browse files
authored
Update CHANGELOG.md for v0.1.10 (#335)
1 parent 9ece2bd commit 95edac3

File tree

5 files changed

+21
-9
lines changed

5 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,31 @@ and CodePair adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77

88
## [Unreleased]
99

10+
## [0.1.10] - 20204-09-05
11+
12+
### Added
13+
14+
- Add hyperlink creation feature by @choidabom in https://github.com/yorkie-team/codepair/pull/332
15+
16+
### Changed
17+
18+
- Update `yorkie-js-sdk` to 0.4.31 by @devleejb in https://github.com/yorkie-team/codepair/pull/331
19+
- Ensure correct representation of logged-in users in shared document view by @choidabom in https://github.com/yorkie-team/codepair/pull/333
20+
- Bump up `yorkie-js-sdk` to `0.5.0` by @devleejb in https://github.com/yorkie-team/codepair/pull/334
21+
1022
## [0.1.9] - 20204-09-02
1123

12-
## Changed
24+
### Changed
1325

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

1628
## [0.1.8] - 2024-09-01
1729

18-
## Changed
30+
### Changed
1931

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

22-
## Fixed
34+
### Fixed
2335

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

backend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codepair-backend",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "CodePair Backend",
55
"author": "yorkie-team",
66
"private": true,

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codepair-frontend",
33
"description": "CodePair Frontend",
44
"private": true,
5-
"version": "0.1.9",
5+
"version": "0.1.10",
66
"type": "module",
77
"author": "yorkie-team",
88
"license": "Apache-2.0",

0 commit comments

Comments
 (0)