This commit is contained in:
Yan Zhang 2019-02-11 10:19:36 +08:00 коммит произвёл GitHub
Родитель 278029a9de
Коммит 4b144b5765
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 5 добавлений и 4 удалений

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

@ -1,9 +1,10 @@
# Change Log
All notable changes to the "vscode-maven" extension will be documented in this file.
## Unreleased
## 0.14.2
#### Fixed
- 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
#### Fixed

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "vscode-maven",
"version": "0.14.1",
"version": "0.14.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

@ -2,7 +2,7 @@
"name": "vscode-maven",
"displayName": "Maven for Java",
"description": "%description%",
"version": "0.14.1",
"version": "0.14.2",
"icon": "resources/logo.png",
"publisher": "vscjava",
"preview": true,
@ -18,7 +18,7 @@
"Maven",
"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": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-maven.git"