Skip to content

Commit

Permalink
Bump version to 0.11.2 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eskibear authored Nov 23, 2018
1 parent de04711 commit c1ab4c6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
All notable changes to the "vscode-maven" extension will be documented in this file.
- [Change Log](#change-log)
- [Released](#released)
- [0.11.2](#0112)
- [0.11.1](#0111)
- [0.11.0](#0110)
- [0.10.0](#0100)
Expand All @@ -17,6 +18,13 @@ All notable changes to the "vscode-maven" extension will be documented in this f
- [Early Versions](#early-versions)

## Released
### 0.11.2
- Better support for WSL. [PR#143](https://github.com/Microsoft/vscode-maven/pull/143) by [@RobertDeRose](https://github.com/RobertDeRose)
- Add Chinese localization for configuration entries and command names. [PR#147](https://github.com/Microsoft/vscode-maven/pull/147)
- Fix wording in documents.

Thank [@RobertDeRose](https://github.com/RobertDeRose), [@johanhammar](https://github.com/johanhammar) and [@apupier](https://github.com/apupier) for the contribution.

### 0.11.1
- Use the latest version of vscode-extension-telemetry dependency. [#135](https://github.com/Microsoft/vscode-maven/issues/135)

Expand Down
27 changes: 18 additions & 9 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": "%description%",
"version": "0.11.1",
"version": "0.11.2",
"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.11.1/README.md",
"homepage": "https://github.com/Microsoft/vscode-maven/blob/0.11.2/README.md",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-maven.git"
Expand Down

0 comments on commit c1ab4c6

Please sign in to comment.