Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.1.13 (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb authored Sep 23, 2024
1 parent ead93c7 commit b0d80a3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and CodePair adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.1.13] - 2024-09-23

### Added

- Add ability to modify document titles by @hugosandsjo in https://github.com/yorkie-team/codepair/pull/342
- Apply design changes for document title update feature by @devleejb in https://github.com/yorkie-team/codepair/pull/357

### Fixed

- Fix abnormal line spacing in Markdown lists caused by Soft Line Breaks by @devleejb in https://github.com/yorkie-team/codepair/pull/353
- Fix Race Condition in Axios Interceptor for Refresh Token by @devleejb in https://github.com/yorkie-team/codepair/pull/356

## [0.1.12] - 2024-09-13

### Changed
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.12",
"version": "0.1.13",
"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.12",
"version": "0.1.13",
"type": "module",
"author": "yorkie-team",
"license": "Apache-2.0",
Expand Down

0 comments on commit b0d80a3

Please sign in to comment.