Skip to content

Commit

Permalink
Prepare release 0.42.0 (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
testforstephen authored Jul 31, 2023
1 parent e80bb9d commit fbf7869
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log
All notable changes to the "vscode-maven" extension will be documented in this file.

### 0.42.0
### Added
- Add creating empty maven project without archetypes. [#869](https://github.com/microsoft/vscode-maven/issues/869)

### Changed
- Remove Marketplace preview flag. [#987](https://github.com/microsoft/vscode-maven/pull/987)

### Fixed
- Improve navigation of parent POM. [#959](https://github.com/microsoft/vscode-maven/pull/959)
- Maven explorer failed to list profiles within [email protected]. [#964](https://github.com/microsoft/vscode-maven/issues/964)

## 0.41.0
### Added
- Support to navigate to POM file of modules. [#949](https://github.com/microsoft/vscode-maven/pull/949)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-maven",
"displayName": "Maven for Java",
"description": "%description%",
"version": "0.41.0",
"version": "0.42.0",
"icon": "resources/logo.png",
"publisher": "vscjava",
"preview": false,
Expand Down

0 comments on commit fbf7869

Please sign in to comment.