From c1ab4c6685c33d1280fcc602ef197d71273804d7 Mon Sep 17 00:00:00 2001 From: Yan Zhang Date: Fri, 23 Nov 2018 12:40:08 +0800 Subject: [PATCH] Bump version to 0.11.2 (#152) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 27 ++++++++++++++++++--------- package.json | 4 ++-- 3 files changed, 28 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a17d3b03..16f744da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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) diff --git a/package-lock.json b/package-lock.json index 0b21478e..bb25a0a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-maven", - "version": "0.11.1", + "version": "0.11.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2157,19 +2157,28 @@ } }, "tslint-microsoft-contrib": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/tslint-microsoft-contrib/-/tslint-microsoft-contrib-5.0.1.tgz", - "integrity": "sha1-Mo7pwo0HzfeTKTIEyW4v+rkiGZQ=", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/tslint-microsoft-contrib/-/tslint-microsoft-contrib-5.2.1.tgz", + "integrity": "sha512-PDYjvpo0gN9IfMULwKk0KpVOPMhU6cNoT9VwCOLeDl/QS8v8W2yspRpFFuUS7/c5EIH/n8ApMi8TxJAz1tfFUA==", "dev": true, "requires": { - "tsutils": "^1.4.0" + "tsutils": "^2.27.2 <2.29.0" }, "dependencies": { - "tsutils": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-1.9.1.tgz", - "integrity": "sha1-ufmrROVa+WgYMdXyjQrur1x1DLA=", + "tslib": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.9.3.tgz", + "integrity": "sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==", "dev": true + }, + "tsutils": { + "version": "2.28.0", + "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-2.28.0.tgz", + "integrity": "sha512-bh5nAtW0tuhvOJnx1GLRn5ScraRLICGyJV5wJhtRWOLsxW70Kk5tZtpK3O/hW6LDnqKS9mlUMPZj9fEMJ0gxqA==", + "dev": true, + "requires": { + "tslib": "^1.8.1" + } } } }, diff --git a/package.json b/package.json index a759f872..5d638fad 100644 --- a/package.json +++ b/package.json @@ -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, @@ -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"