* bump version to 0.8.0

* update package-lock.json
This commit is contained in:
Yan Zhang 2018-05-15 15:37:58 +08:00 коммит произвёл GitHub
Родитель 8ddfd1c302
Коммит e884401b25
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 7 добавлений и 5 удалений

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

@ -3,6 +3,7 @@ All notable changes to the "vscode-maven" extension will be documented in this f
- [Change Log](#change-log)
- [Unreleased](#unreleased)
- [Released](#released)
- [0.8.0](#080)
- [0.7.0](#070)
- [0.6.0](#060)
- [0.5.2](#052)
@ -26,13 +27,14 @@ All notable changes to the "vscode-maven" extension will be documented in this f
- [0.0.1](#001)
## Unreleased
## Released
### 0.8.0
- Simplified the workflow for executing custom goals.
- Supported to fast re-run maven command from history.
- Supported to trigger maven command from command palette.
- Fixed some bugs.
## Released
### 0.7.0
- Added support for setting JAVA_HOME and other environment variables through configuration settings.
- Supported to put popular archetypes ahead when generating projects.

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

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

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

@ -2,7 +2,7 @@
"name": "vscode-maven",
"displayName": "Maven for Java",
"description": "Manage maven projects, execute goals, generate project from archetype, improve user experience for Java developers.",
"version": "0.7.0",
"version": "0.8.0",
"icon": "resources/logo.png",
"publisher": "vscjava",
"aiKey": "7c4292ac-8ca8-4e02-9f1c-0b73e1eeeca4",
@ -17,7 +17,7 @@
"Maven",
"Java"
],
"homepage": "https://github.com/Microsoft/vscode-maven/blob/v0.7.0/README.md",
"homepage": "https://github.com/Microsoft/vscode-maven/blob/v0.8.0/README.md",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-maven.git"