Skip to content

Commit

Permalink
bump version to 0.8.0 (#57)
Browse files Browse the repository at this point in the history
* bump version to 0.8.0

* update package-lock.json
  • Loading branch information
Eskibear authored May 15, 2018
1 parent 8ddfd1c commit e884401
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit e884401

Please sign in to comment.