From a66e3b55019bbb563c5f1689067108f22a5aa5bc Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Thu, 21 May 2020 00:05:56 -0700 Subject: [PATCH] 0.14.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b67a620a2..052c17eaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.14.3 - 21st May, 2020 + +* [Hyang-Ah Hana Kim (@hyangah)](https://github.com/hyangah) + * Fix the bug introduced in the previous update where the code coverage does not disappear when edits to the file are saved. + ## 0.14.2 - 14th May, 2020 * [Hyang-Ah Hana Kim (@hyangah)](https://github.com/hyangah) diff --git a/package.json b/package.json index 9799f2b12..5b5e66ba6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Go", - "version": "0.14.2", + "version": "0.14.3", "publisher": "ms-vscode", "description": "Rich Go language support for Visual Studio Code", "author": {