diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 4d1bca48ba1..4fc543f3852 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -2,14 +2,11 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes are included in the nightly pre-release builds. -## [Unreleased] +## 1.32.1 -### Added - -### Fixed +### Fixed - Revert: A recent version bump of a dependency was potentially causing some Out-of-Memory issues resultling in a grey screen. The `rehype-highlight` version has been reverted. [pull/5315](https://github.com/sourcegraph/cody/pull/5315) - -### Changed +- Chat: General improvements to how Cody responds to messages that include code blocks. [pull/5290](https://github.com/sourcegraph/cody/pull/5290) ## 1.32.0 diff --git a/vscode/package.json b/vscode/package.json index 5e1806cab5f..b33cc349d5f 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -3,7 +3,7 @@ "name": "cody-ai", "private": true, "displayName": "Cody: AI Coding Assistant with Autocomplete & Chat", - "version": "1.32.0", + "version": "1.32.1", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",