diff --git a/CHANGELOG.md b/CHANGELOG.md index 13ee4958..ac03c0ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and CodePair adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.1.19] - 2024-10-28 + +### Fixed + +- Disable model checking when intelligence is `false` by @devleejb in https://github.com/yorkie-team/codepair/pull/388 + ## [0.1.18] - 2024-10-26 ### Changed diff --git a/backend/package.json b/backend/package.json index fe352d85..fff3ec91 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "@codepair/backend", - "version": "0.1.18", + "version": "0.1.19", "description": "CodePair Backend", "author": "yorkie-team", "license": "Apache-2.0", diff --git a/package.json b/package.json index 0a435719..e0fada22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codepair", - "version": "0.1.18", + "version": "0.1.19", "description": "Build your own AI-powered collaborative markdown editor in just 5 minutes", "keywords": [], "author": "yorkie-team",