From 6b2da2c0264bd299f628425a82c8e84c22d48972 Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Thu, 8 Nov 2018 19:00:44 +0100 Subject: [PATCH] Prepare 0.6.0 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a1368..8cbe187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log All notable changes to the "ms-vscode.azure-account" extension will be documented in this file. +## [0.6.0] +- Bundle using Webpack ([#87](https://github.com/Microsoft/vscode-azure-account/issues/87)). + ## [0.5.1] - Unable to get the subscription list from Azure China ([#103](https://github.com/Microsoft/vscode-azure-account/issues/103)). - Handle case where home tenant is not listed ([#102](https://github.com/Microsoft/vscode-azure-account/issues/102)). diff --git a/package.json b/package.json index bd8027d..8c9a805 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "color": "#0072c6", "theme": "dark" }, - "version": "0.5.1", + "version": "0.6.0", "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217", "publisher": "ms-vscode", "engines": {