diff --git a/CHANGELOG.md b/CHANGELOG.md index 598ef425..f527e409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and CodePair adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.1.27] - 2024-12-08 + +### Changed + +- Bump softprops/action-gh-release from 1 to 2 by @dependabot in https://github.com/yorkie-team/codepair/pull/420 +- Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.7.1 by @dependabot in https://github.com/yorkie-team/codepair/pull/421 +- Change desktop publishing options to upload artifacts by @devleejb in https://github.com/yorkie-team/codepair/pull/423 + ## [0.1.26] - 2024-11-30 ### Added diff --git a/backend/package.json b/backend/package.json index 51a2d1f1..00680f6a 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "@codepair/backend", - "version": "0.1.26", + "version": "0.1.27", "description": "CodePair Backend", "author": "yorkie-team", "license": "Apache-2.0", diff --git a/desktop/package.json b/desktop/package.json index 6db0d021..0ae28f10 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@codepair/desktop", "type": "module", - "version": "0.1.26", + "version": "0.1.27", "main": "dist/main.js", "description": "Codepair Desktop", "author": "yorkie-team", diff --git a/frontend/package.json b/frontend/package.json index 7af1046e..2ff591e6 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@codepair/frontend", - "version": "0.1.26", + "version": "0.1.27", "description": "CodePair Frontend", "type": "module", "author": "yorkie-team", diff --git a/package.json b/package.json index d5f4bf50..02623f43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codepair", - "version": "0.1.26", + "version": "0.1.27", "description": "Build your own AI-powered collaborative markdown editor in just 5 minutes", "keywords": [], "author": "yorkie-team",