diff --git a/CHANGELOG.md b/CHANGELOG.md index 76913f9a..143ab1f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and CodePair adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.1.16] - 2024-10-24 + +### Changed + +- Update `yorkie-js-sdk` to `v0.5.1` by @devleejb in https://github.com/yorkie-team/codepair/pull/369 +- Remove model type and refactor code for Yorkie Intelligence by @sihyeong671 in https://github.com/yorkie-team/codepair/pull/374 +- Update `yorkie-js-sdk` to `v0.5.2` by @hackerwins in https://github.com/yorkie-team/codepair/pull/380 +- Update `yorkie-js-sdk` to `v0.5.3` by @hackerwins in https://github.com/yorkie-team/codepair/pull/381 + ## [0.1.15] - 2024-10-14 ### Added diff --git a/backend/package.json b/backend/package.json index b21d5b4d..12859e31 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "@codepair/backend", - "version": "0.1.15", + "version": "0.1.16", "description": "CodePair Backend", "author": "yorkie-team", "license": "Apache-2.0", diff --git a/frontend/package.json b/frontend/package.json index 22acced4..fcc551fd 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@codepair/frontend", - "version": "0.1.15", + "version": "0.1.16", "description": "CodePair Frontend", "type": "module", "author": "yorkie-team", diff --git a/package.json b/package.json index ffbc64d4..4435799b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codepair", - "version": "0.1.15", + "version": "0.1.16", "description": "Build your own AI-powered collaborative markdown editor in just 5 minutes", "keywords": [], "author": "yorkie-team",