From aa44f32f42ce9c71a8483a20e0998fb7fe2b17e1 Mon Sep 17 00:00:00 2001 From: Beyang Liu Date: Sun, 11 Aug 2024 08:57:26 -0700 Subject: [PATCH] update changelog and version --- vscode/CHANGELOG.md | 8 ++++++++ vscode/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 67f59f2a1ac5..c90099164033 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -8,6 +8,14 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a ### Fixed +### Changed + +## 1.30.3 + +### Added + +### Fixed + - Chat: Fixed an issue where @-mentions move focus to the chat input box at the top. [pull/5170](https://github.com/sourcegraph/cody/pull/5170) ### Changed diff --git a/vscode/package.json b/vscode/package.json index e43ac45e1a74..64149776e1f1 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.30.2", + "version": "1.30.3", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",