From fbf7869d87b77c7774ea95a2bbc31b08b4e2a2fa Mon Sep 17 00:00:00 2001 From: Jinbo Wang Date: Mon, 31 Jul 2023 11:02:23 +0800 Subject: [PATCH] Prepare release 0.42.0 (#990) --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1836e2f..70926d1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 maven-help-plugin@3.4.0. [#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) diff --git a/package-lock.json b/package-lock.json index 006c0763..d38333bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-maven", - "version": "0.41.0", + "version": "0.42.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-maven", - "version": "0.41.0", + "version": "0.42.0", "license": "MIT", "dependencies": { "domhandler": "^5.0.3", diff --git a/package.json b/package.json index d6b66607..063cf4a7 100644 --- a/package.json +++ b/package.json @@ -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,