* Bump version to 0.12.1

* Update change log for v0.12.1
This commit is contained in:
Yan Zhang 2018-12-17 15:45:30 +08:00 коммит произвёл GitHub
Родитель 341618b501
Коммит 45fc78bbb5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 7 добавлений и 2 удалений

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

@ -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)
@ -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)

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

@ -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,
@ -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"