Skip to content

Commit

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

## [Unreleased]

## [0.1.29] - 2025-01-31

### Added

- Add `.nvmrc` to specify Node.js version by @DongjaJ in https://github.com/yorkie-team/codepair/pull/429
- Initialize echo backend project by @devleejb in https://github.com/yorkie-team/codepair/pull/436

### Changed

- Change displaying updated at field in `DocumentCard` by @devleejb in https://github.com/yorkie-team/codepair/pull/431
- Bump JamesIves/github-pages-deploy-action from 4.7.1 to 4.7.2 by @dependabot in https://github.com/yorkie-team/codepair/pull/433

### Fixed

- Fix incorrect total user count display on members page by @choidabom in https://github.com/yorkie-team/codepair/pull/426
- Fix authentication webhook to support multi user workspace by @devleejb in https://github.com/yorkie-team/codepair/pull/438

## [0.1.28] - 2024-12-13

### Changed
Expand Down
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.28",
"version": "0.1.29",
"description": "CodePair Backend",
"author": "yorkie-team",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@codepair/desktop",
"type": "module",
"version": "0.1.28",
"version": "0.1.29",
"main": "dist/main.js",
"description": "Codepair Desktop",
"author": "yorkie-team",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codepair/frontend",
"version": "0.1.28",
"version": "0.1.29",
"description": "CodePair Frontend",
"type": "module",
"author": "yorkie-team",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codepair",
"version": "0.1.28",
"version": "0.1.29",
"description": "Build your own AI-powered collaborative markdown editor in just 5 minutes",
"keywords": [],
"author": "yorkie-team",
Expand Down

0 comments on commit fe44e3d

Please sign in to comment.