diff --git a/web/CHANGELOG.md b/web/CHANGELOG.md index 82dee6085a40..b87de9f47233 100644 --- a/web/CHANGELOG.md +++ b/web/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.33.0 +- A lot of changes since 0.23.1 which haven't been documented well +(please test new versions manually on the instance locally before publishing). +- Adds a possible fix for the "Memory leak" problem (improvements in components memoization). +- Adds a feature flag cody setting `cody.chatCodeSyntaxHighlightingEnabled` to disable code highlighting of chat code snippets. + ## 0.23.1 - Support unicode characters in cody prompt templates @ mentions - Remove cody repository as default @ mention for prompt templates diff --git a/web/package.json b/web/package.json index 26267edb31c5..d47c3c4fcf05 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@sourcegraph/cody-web", - "version": "0.32.12", + "version": "0.33.0", "description": "Cody standalone web app", "license": "Apache-2.0", "repository": {