Skip to content

Commit 0ae000f

Browse files
authored
upversion to 0.30.0 (#622)
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
1 parent 1a88a03 commit 0ae000f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22
All notable changes to the "vscode-maven" extension will be documented in this file.
33

4+
## 0.30.0
5+
### Changed
6+
- Improved user experience for Maven project creation. [#604](https://github.com/microsoft/vscode-maven/issues/604)
7+
8+
### Fixed
9+
- Archetype catalog could not be update. [#618](https://github.com/microsoft/vscode-maven/pull/618)
10+
411
## 0.29.0
512
### Added
613
- Add shortcuts for common lifecycle phases into Maven explorer. [#601](https://github.com/microsoft/vscode-maven/pull/601)

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-maven",
33
"displayName": "Maven for Java",
44
"description": "%description%",
5-
"version": "0.29.0",
5+
"version": "0.30.0",
66
"icon": "resources/logo.png",
77
"publisher": "vscjava",
88
"preview": true,

0 commit comments

Comments
 (0)