prepare for 0.40.2
This commit is contained in:
Родитель
bf95faea41
Коммит
227c153c09
|
@ -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)
|
||||
|
|
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче