This commit is contained in:
Yan Zhang 2022-12-15 17:07:43 +08:00
Родитель bf95faea41
Коммит 227c153c09
3 изменённых файлов: 9 добавлений и 3 удалений

Просмотреть файл

@ -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)

4
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",

Просмотреть файл

@ -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,