Skip to content

Commit e130718

Browse files
authored
docs: add changelog to 0.26.3 (#928)
1 parent 5ac7b55 commit e130718

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to the "vscode-java-dependency" extension will be documented
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 0.26.3
8+
9+
- Enhancement - Register Context Provider to Copilot in https://github.com/microsoft/vscode-java-dependency/pull/924
10+
- Enhancement - Adjust format to getProjectInfo method in https://github.com/microsoft/vscode-java-dependency/pull/927
11+
- Enhancement - Add cache to getProjectInfo in https://github.com/microsoft/vscode-java-dependency/pull/925
12+
713
## 0.26.2
814

915
- Enhancement - Add getProjectInfo method to collect project info in https://github.com/microsoft/vscode-java-dependency/pull/919

package-lock.json

Lines changed: 1 addition & 1 deletion
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.26.2",
5+
"version": "0.26.3",
66
"publisher": "vscjava",
77
"preview": false,
88
"aiKey": "5c642b22-e845-4400-badb-3f8509a70777",

0 commit comments

Comments
 (0)