Skip to content

Commit

Permalink
Bump version to 0.12.1 (#191)
Browse files Browse the repository at this point in the history
* Bump version to 0.12.1

* Update change log for v0.12.1
  • Loading branch information
Eskibear authored Dec 17, 2018
1 parent 341618b commit 45fc78b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Change Log
All notable changes to the "vscode-maven" extension will be documented in this file.
- [Change Log](#change-log)
- [0.12.1](#0121)
- [0.12.0](#0120)
- [0.11.3](#0113)
- [0.11.2](#0112)
Expand All @@ -18,6 +19,10 @@ All notable changes to the "vscode-maven" extension will be documented in this f
- [0.5.0](#050)
- [Early Versions](#early-versions)

## 0.12.1
- Chinese localization: Add a whitespace between English and Chinese characters. [#184](https://github.com/Microsoft/vscode-maven/issues/184)
- Add a shortcut in Maven explorer to generate projects. [PR#190](https://github.com/Microsoft/vscode-maven/pull/190)

## 0.12.0
- Support to view and execute plugin goals. [#126](https://github.com/Microsoft/vscode-maven/issues/126)
- Change icons of Maven project nodes. [PR#181](https://github.com/Microsoft/vscode-maven/pull/181)
Expand Down
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": "%description%",
"version": "0.12.0",
"version": "0.12.1",
"icon": "resources/logo.png",
"publisher": "vscjava",
"preview": true,
Expand All @@ -18,7 +18,7 @@
"Maven",
"Java"
],
"homepage": "https://github.com/Microsoft/vscode-maven/blob/0.12.0/README.md",
"homepage": "https://github.com/Microsoft/vscode-maven/blob/0.12.1/README.md",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-maven.git"
Expand Down

0 comments on commit 45fc78b

Please sign in to comment.