Signed-off-by: Yan Zhang <yanzh@microsoft.com>
This commit is contained in:
Yan Zhang 2021-04-28 11:00:22 +08:00 коммит произвёл GitHub
Родитель 1a88a03434
Коммит 0ae000f733
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 9 добавлений и 2 удалений

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

@ -1,6 +1,13 @@
# Change Log # Change Log
All notable changes to the "vscode-maven" extension will be documented in this file. All notable changes to the "vscode-maven" extension will be documented in this file.
## 0.30.0
### Changed
- Improved user experience for Maven project creation. [#604](https://github.com/microsoft/vscode-maven/issues/604)
### Fixed
- Archetype catalog could not be update. [#618](https://github.com/microsoft/vscode-maven/pull/618)
## 0.29.0 ## 0.29.0
### Added ### Added
- Add shortcuts for common lifecycle phases into Maven explorer. [#601](https://github.com/microsoft/vscode-maven/pull/601) - Add shortcuts for common lifecycle phases into Maven explorer. [#601](https://github.com/microsoft/vscode-maven/pull/601)

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

@ -1,6 +1,6 @@
{ {
"name": "vscode-maven", "name": "vscode-maven",
"version": "0.29.0", "version": "0.30.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

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

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