Bump version to 0.14.2 (#245)
This commit is contained in:
Родитель
278029a9de
Коммит
4b144b5765
|
@ -1,9 +1,10 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
All notable changes to the "vscode-maven" extension will be documented in this file.
|
All notable changes to the "vscode-maven" extension will be documented in this file.
|
||||||
|
|
||||||
## Unreleased
|
## 0.14.2
|
||||||
#### Fixed
|
#### Fixed
|
||||||
- Use a simple and robust way to inject custom environment variables into terminals. [PR#240](https://github.com/Microsoft/vscode-maven/pull/240)
|
- Use a simple and robust way to inject custom environment variables into terminals. [PR#240](https://github.com/Microsoft/vscode-maven/pull/240)
|
||||||
|
- Fix a regression of executing custom goals from command palette. [#243](https://github.com/Microsoft/vscode-maven/issues/243)
|
||||||
|
|
||||||
## 0.14.1
|
## 0.14.1
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vscode-maven",
|
"name": "vscode-maven",
|
||||||
"version": "0.14.1",
|
"version": "0.14.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "vscode-maven",
|
"name": "vscode-maven",
|
||||||
"displayName": "Maven for Java",
|
"displayName": "Maven for Java",
|
||||||
"description": "%description%",
|
"description": "%description%",
|
||||||
"version": "0.14.1",
|
"version": "0.14.2",
|
||||||
"icon": "resources/logo.png",
|
"icon": "resources/logo.png",
|
||||||
"publisher": "vscjava",
|
"publisher": "vscjava",
|
||||||
"preview": true,
|
"preview": true,
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
"Maven",
|
"Maven",
|
||||||
"Java"
|
"Java"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/Microsoft/vscode-maven/blob/0.14.1/README.md",
|
"homepage": "https://github.com/Microsoft/vscode-maven/blob/0.14.2/README.md",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Microsoft/vscode-maven.git"
|
"url": "https://github.com/Microsoft/vscode-maven.git"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче