Skip to content

Commit

Permalink
VS Code: Release v1.30.0
Browse files Browse the repository at this point in the history
Release Checklist:

    - [x] [vscode/CHANGELOG.md](./CHANGELOG.md)
    - [x] [vscode/package.json](./package.json)
    - [ ] Link to PR for the release blog post
  • Loading branch information
kalanchan committed Aug 7, 2024
1 parent 139236a commit 2a6f77b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a

### Added

### Fixed

### Changed

## 1.30.0

### Added

Chat: Added ability to remove individual chats from chat history in the sidebar. [pull/5114](https://github.com/sourcegraph/cody/pull/5114)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "cody-ai",
"private": true,
"displayName": "Cody: AI Coding Assistant with Autocomplete & Chat",
"version": "1.28.1",
"version": "1.30.0",
"publisher": "sourcegraph",
"license": "Apache-2.0",
"icon": "resources/cody.png",
Expand Down

0 comments on commit 2a6f77b

Please sign in to comment.