diff --git a/CHANGELOG.md b/CHANGELOG.md index 607ce89d..ca68fd18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/backend/package.json b/backend/package.json index ba55b9c0..74e49805 100644 --- a/backend/package.json +++ b/backend/package.json @@ -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", diff --git a/desktop/package.json b/desktop/package.json index dda0e7a8..ef84b421 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -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", diff --git a/frontend/package.json b/frontend/package.json index 0bf280e6..85f8a1c4 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@codepair/frontend", - "version": "0.1.28", + "version": "0.1.29", "description": "CodePair Frontend", "type": "module", "author": "yorkie-team", diff --git a/package.json b/package.json index 3a3ef3ab..4bdf733d 100644 --- a/package.json +++ b/package.json @@ -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",