Signed-off-by: Yan Zhang <yanzh@microsoft.com>
This commit is contained in:
Yan Zhang 2021-10-23 01:12:44 +08:00 коммит произвёл GitHub
Родитель 44399ce5b9
Коммит 1aab551220
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 23 добавлений и 3314 удалений

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

@ -1,6 +1,11 @@
# Change Log
All notable changes to the "vscode-maven" extension will be documented in this file.
## 0.34.1
### Fixed
- Update command for workspace trust management. [#749](https://github.com/microsoft/vscode-maven/pull/749)
- Update third party notices. [#751](https://github.com/microsoft/vscode-maven/pull/751)
## 0.34.0
### Added
- Add command to navigate between conflict dependencies. [#672](https://github.com/microsoft/vscode-maven/issues/672)

3330
package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

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