Skip to content

Commit 2b17a32

Browse files
authored
upversion to 0.18.4 (#730)
Signed-off-by: Yan Zhang <[email protected]>
1 parent 1acca25 commit 2b17a32

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Change Log
22

3-
## 0.18.3
3+
## 0.18.4
4+
### Changed
5+
- Rename extension to `Extension Pack for Java`. [#721](https://github.com/microsoft/vscode-java-pack/pull/721)
46

7+
### Fixed
8+
- Fix experiment on getting started experience. [#727](https://github.com/microsoft/vscode-java-pack/pull/727)
9+
10+
## 0.18.3
511
### Fixed
612
- `Java: Help Center` page could open to wrong side. [#723](https://github.com/microsoft/vscode-java-pack/pull/723)
713

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.18.3",
6+
"version": "0.18.4",
77
"publisher": "vscjava",
88
"preview": true,
99
"engines": {

0 commit comments

Comments
 (0)