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 # 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

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

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