diff --git a/CHANGELOG.md b/CHANGELOG.md index 143ab1f8..7c38d807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and CodePair adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.1.17] - 2024-10-25 + +### Changed + +- Disable devtools by @hackerwins in https://github.com/yorkie-team/codepair/pull/383 +- Activate SourceMap for Sentry and resolve TypeScript version conflict with ESLint by @devleejb in https://github.com/yorkie-team/codepair/pull/384 + ## [0.1.16] - 2024-10-24 ### Changed diff --git a/backend/package.json b/backend/package.json index 12859e31..8f56de82 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "@codepair/backend", - "version": "0.1.16", + "version": "0.1.17", "description": "CodePair Backend", "author": "yorkie-team", "license": "Apache-2.0", diff --git a/frontend/package.json b/frontend/package.json index fcc551fd..4554a0c0 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@codepair/frontend", - "version": "0.1.16", + "version": "0.1.17", "description": "CodePair Frontend", "type": "module", "author": "yorkie-team", diff --git a/package.json b/package.json index 4435799b..0d2576a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codepair", - "version": "0.1.16", + "version": "0.1.17", "description": "Build your own AI-powered collaborative markdown editor in just 5 minutes", "keywords": [], "author": "yorkie-team",