Skip to content

Commit fbf7869

Browse files
Prepare release 0.42.0 (#990)
1 parent e80bb9d commit fbf7869

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

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

4+
### 0.42.0
5+
### Added
6+
- Add creating empty maven project without archetypes. [#869](https://github.com/microsoft/vscode-maven/issues/869)
7+
8+
### Changed
9+
- Remove Marketplace preview flag. [#987](https://github.com/microsoft/vscode-maven/pull/987)
10+
11+
### Fixed
12+
- Improve navigation of parent POM. [#959](https://github.com/microsoft/vscode-maven/pull/959)
13+
- Maven explorer failed to list profiles within maven-help-plugin@3.4.0. [#964](https://github.com/microsoft/vscode-maven/issues/964)
14+
415
## 0.41.0
516
### Added
617
- Support to navigate to POM file of modules. [#949](https://github.com/microsoft/vscode-maven/pull/949)

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
@@ -2,7 +2,7 @@
22
"name": "vscode-maven",
33
"displayName": "Maven for Java",
44
"description": "%description%",
5-
"version": "0.41.0",
5+
"version": "0.42.0",
66
"icon": "resources/logo.png",
77
"publisher": "vscjava",
88
"preview": false,

0 commit comments

Comments
 (0)