Skip to content

Commit

Permalink
VS Code: Release v1.40.1 (#6051)
Browse files Browse the repository at this point in the history
Release v1.40.1 go!!!

Made a slight mistake, I directly pushed to the `vscode-1.40.x` branch
instead of creating a PR. But this version is to cherry pick #6047 into
`v1.40.0` to address login rendering on non VS Code clients

see 1.40.x branch for details -
https://github.com/sourcegraph/cody/commits/vscode-v1.40.x
## Test plan
N/A
<!-- Required. See
https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles.
-->

## Changelog

<!-- OPTIONAL; info at
https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c
-->
  • Loading branch information
kalanchan authored Nov 2, 2024
1 parent 16999aa commit a96b763
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a

### Changed

## 1.40.1

### Fixed
- Auth: Fixed UI conditional rendering logic for non VS Code clients. [pull/6047](https://github.com/sourcegraph/cody/pull/6047)

## 1.40.0

### Added
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.40.0",
"version": "1.40.1",
"publisher": "sourcegraph",
"license": "Apache-2.0",
"icon": "resources/cody.png",
Expand Down

0 comments on commit a96b763

Please sign in to comment.