Skip to content

Commit

Permalink
bump version to v0.6.0 (#29)
Browse files Browse the repository at this point in the history
* bump version to v0.6.0

* update package-lock.json
  • Loading branch information
Eskibear authored Mar 15, 2018
1 parent 29c31dd commit bc1e839
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
6 changes: 5 additions & 1 deletion 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.6.0](#060)
- [0.5.2](#052)
- [0.5.1](#051)
- [0.5.0](#050)
Expand All @@ -24,9 +25,12 @@ All notable changes to the "vscode-maven" extension will be documented in this f
- [0.0.1](#001)

## Unreleased
- Supported to auto-update maven project explorer tree view when pom.xml has been created/modified/removed.

## Released
### 0.6.0
- Supported to auto-update maven project explorer tree view when pom.xml has been created/modified/removed.
- Started to collect anonymous data of **selected Maven Archetype** when users generate projects.

### 0.5.2
- Updated extension name.

Expand Down
28 changes: 14 additions & 14 deletions 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.5.2",
"version": "0.6.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.5.2/README.md",
"homepage": "https://github.com/Microsoft/vscode-maven/blob/v0.6.0/README.md",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-maven.git"
Expand Down

0 comments on commit bc1e839

Please sign in to comment.