Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.1.3 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb committed Aug 20, 2024
1 parent 60657f8 commit e098395
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and CodePair adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.1.3] - 2024-08-20

### Added

- Introduce `MAINTAINING.md` and `CHANGELOG.md` files by @devleejb in https://github.com/yorkie-team/codepair/pull/296

### Changed

- Intergrate `YorkieIntelligence` into `ToolBar` by @beberiche in https://github.com/yorkie-team/codepair/pull/301

### Fixed

- Update `rehype-katex` version to prevent errors in CodePair when entering specific KaTex statements by @devleejb in https://github.com/yorkie-team/codepair/pull/302

## [0.1.2] - 2024-08-14

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

0 comments on commit e098395

Please sign in to comment.