From d7cbf69e5a9849cb155e9dd63580f76498b34d9c Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Wed, 13 May 2020 00:02:19 -0700 Subject: [PATCH] 0.14.2 --- CHANGELOG.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cee98721f..b67a620a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.14.2 - Coming Soon... +## 0.14.2 - 14th May, 2020 * [Hyang-Ah Hana Kim (@hyangah)](https://github.com/hyangah) * Allow debugging when having multiple versions of Go. Fixes [Bug 3152](https://github.com/Microsoft/vscode-go/issues/3152) with [PR 3159](https://github.com/Microsoft/vscode-go/pull/3159) diff --git a/package-lock.json b/package-lock.json index cebc867b0..a3fbee82a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Go", - "version": "0.14.1", + "version": "0.14.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5da5c6a63..9799f2b12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Go", - "version": "0.14.1", + "version": "0.14.2", "publisher": "ms-vscode", "description": "Rich Go language support for Visual Studio Code", "author": {