Skip to content

Commit 79ea884

Browse files
authored
build: release 0.27.6 (#1037)
Bump package version to 0.27.6 and complete the changelog with non-CI/test changes since 0.27.5.
1 parent 768df13 commit 79ea884

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88

99
- enhancement - Prefer Java upgrade over CVE in dependency recommendations in https://github.com/microsoft/vscode-java-dependency/pull/1033
1010
- enhancement - Improve Java upgrade telemetry tracking and extension installation flow in https://github.com/microsoft/vscode-java-dependency/pull/1030
11+
- perf - Improve Java LSP tool result handoff in https://github.com/microsoft/vscode-java-dependency/pull/1031
12+
- fix - Refresh now surfaces externally-generated files in new packages in https://github.com/microsoft/vscode-java-dependency/pull/1026
1113

1214
## 0.27.5
1315

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-java-dependency",
33
"displayName": "Project Manager for Java",
44
"description": "%description%",
5-
"version": "0.27.5",
5+
"version": "0.27.6",
66
"publisher": "vscjava",
77
"preview": false,
88
"aiKey": "5c642b22-e845-4400-badb-3f8509a70777",

0 commit comments

Comments
 (0)