Skip to content

Commit 84e3538

Browse files
authored
prepare for 0.23.0 (#1004)
1 parent e5099bb commit 84e3538

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## 0.23.0
4+
### Changed
5+
- Polish "Explore more Java resources" step in walkthrough. [#1002](https://github.com/microsoft/vscode-java-pack/pull/1002)
6+
37
## 0.22.4
48
### Fixed
59
- Fix: Cannot read properties of undefined (reading 'startsWith') [#968](https://github.com/microsoft/vscode-java-pack/pull/968)

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: 2 additions & 2 deletions
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.22.4",
6+
"version": "0.23.0",
77
"publisher": "vscjava",
88
"preview": true,
99
"engines": {
@@ -292,7 +292,7 @@
292292
"priority": "option"
293293
}
294294
],
295-
"keybindings":[
295+
"keybindings": [
296296
{
297297
"command": "java.welcome",
298298
"key": "shift+f1"

0 commit comments

Comments
 (0)