Skip to content

Commit c61c33a

Browse files
VS Code: Release 0.14.1 (#1424)
:shipit: ## Test plan Just a version change <!-- Required. See https://docs.sourcegraph.com/dev/background-information/testing_principles. -->
1 parent 5798404 commit c61c33a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

vscode/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Starting from `0.2.0`, Cody is using `major.EVEN_NUMBER.patch` for release versi
88

99
### Added
1010

11+
### Fixed
12+
13+
### Changed
14+
15+
## [0.14.1]
16+
17+
### Added
18+
1119
- Added client-side request timeouts to Autocomplete requests. [pull/1355](https://github.com/sourcegraph/cody/pull/1355)
1220
- Added telemetry on how long accepted autocomplete requests are kept in the document. [pull/1380](https://github.com/sourcegraph/cody/pull/1380)
1321
- Added support for using (workspace) relative paths in `filePath`and `directoryPath` fields as context for Custom Commands. [pull/1385](https://github.com/sourcegraph/cody/pull/1385)

vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cody-ai",
33
"private": true,
44
"displayName": "Cody AI",
5-
"version": "0.14.0",
5+
"version": "0.14.1",
66
"publisher": "sourcegraph",
77
"license": "Apache-2.0",
88
"icon": "resources/cody.png",

0 commit comments

Comments
 (0)