From ffff471fbace0df922445b6a71f97bc9b060c998 Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Mon, 3 Feb 2020 09:29:50 -0800 Subject: [PATCH] 0.13.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d08c27096..61b063695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.12.1 - Coming Soon... +## 0.13.0 - 3rd February, 2020 * [Henry Kwan (@piengeng)](https://github.com/piengeng) * The outline feature now shows constants different from variables, and interfaces different from types. [PR 2973](https://github.com/Microsoft/vscode-go/pull/2973) diff --git a/package.json b/package.json index 67c738ccc..b72cf7c56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Go", - "version": "0.12.0", + "version": "0.13.0", "publisher": "ms-vscode", "description": "Rich Go language support for Visual Studio Code", "author": {