Signed-off-by: Yan Zhang <yanzh@microsoft.com>
This commit is contained in:
Yan Zhang 2021-08-05 15:02:46 +08:00 коммит произвёл GitHub
Родитель 909522d095
Коммит d493e2bd4d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 8 добавлений и 3 удалений

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

@ -1,6 +1,11 @@
# Change Log
All notable changes to the "vscode-maven" extension will be documented in this file.
## 0.32.2
### Fixed
- Failed to create project when an empty workspace is opened. [#689](https://github.com/microsoft/vscode-maven/issues/689)
- Malformed dependency node was inserted when pom.xml is dirty. [#690](https://github.com/microsoft/vscode-maven/pull/690) [#691](https://github.com/microsoft/vscode-maven/pull/691)
## 0.32.1
### Fixed
- A text file was wrongly created in workspace when calculating depenencies.

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,11 +1,11 @@
{
"name": "vscode-maven",
"version": "0.32.1",
"version": "0.32.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.32.1",
"version": "0.32.2",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",

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

@ -2,7 +2,7 @@
"name": "vscode-maven",
"displayName": "Maven for Java",
"description": "%description%",
"version": "0.32.1",
"version": "0.32.2",
"icon": "resources/logo.png",
"publisher": "vscjava",
"preview": true,