upversion to 0.34.1 (#755)
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
This commit is contained in:
Родитель
44399ce5b9
Коммит
1aab551220
|
@ -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)
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче