From 227c153c09930d9ceac71e181fb6d7ea519e8671 Mon Sep 17 00:00:00 2001 From: Yan Zhang Date: Thu, 15 Dec 2022 17:07:43 +0800 Subject: [PATCH] prepare for 0.40.2 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bea807e..8a4333e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log All notable changes to the "vscode-maven" extension will be documented in this file. +# 0.40.2 +### Fixed +- [CVE-2022-42889](https://github.com/advisories/GHSA-599f-7c49-w659) +- Documentation on tag hover duplicates with the XML extension's implementation. [#918](https://github.com/microsoft/vscode-maven/issues/918) +- Incorrect invocation of the command when debugging plugin goal. [#913](https://github.com/microsoft/vscode-maven/issues/913) + ## 0.40.1 ### Fixed - Regression on running plugin goals, where prefix is missing. [#910](https://github.com/microsoft/vscode-maven/issues/910) diff --git a/package-lock.json b/package-lock.json index 8d682f10..bae22aee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-maven", - "version": "0.40.1", + "version": "0.40.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-maven", - "version": "0.40.1", + "version": "0.40.2", "license": "MIT", "dependencies": { "domhandler": "^5.0.3", diff --git a/package.json b/package.json index 71cf45f5..8b69f2a5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-maven", "displayName": "Maven for Java", "description": "%description%", - "version": "0.40.1", + "version": "0.40.2", "icon": "resources/logo.png", "publisher": "vscjava", "preview": true,