Skip to content

Commit a1e8a49

Browse files
authored
build - Prepare for 0.28.0 (#1373)
1 parent 6ad36a1 commit a1e8a49

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 0.28.0
4+
* enhancement - Improve the help center content by @jdneo in https://github.com/microsoft/vscode-java-pack/pull/1363
5+
* enhancement - Add help center into shortcuts by @jdneo in https://github.com/microsoft/vscode-java-pack/pull/1365
6+
* enhancement - Add code action section into walkthrough by @jdneo in https://github.com/microsoft/vscode-java-pack/pull/1372
7+
* fix - Jump to formatter page when it's opened by @jdneo in https://github.com/microsoft/vscode-java-pack/pull/1362
8+
* build - Bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/microsoft/vscode-java-pack/pull/1355
9+
* build - Update telemetry wrapper by @jdneo in https://github.com/microsoft/vscode-java-pack/pull/1367
10+
311
## 0.27.0
412
### Added
513
- Add new project settings page, where users can edit project classpath, compiler settings, Maven settings and more. The page can be accessed by clicking the Java status bar item and selecting `Open Project Settings`. Or trigger the command `Java: Open Project Settings` from the command palette.

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
@@ -3,7 +3,7 @@
33
"displayName": "Extension Pack for Java",
44
"description": "Popular extensions for Java development that provides Java IntelliSense, debugging, testing, Maven/Gradle support, project management and more",
55
"license": "MIT",
6-
"version": "0.27.0",
6+
"version": "0.28.0",
77
"publisher": "vscjava",
88
"preview": false,
99
"engines": {

0 commit comments

Comments
 (0)