From 5ea7193bb7233d0ab8bcab9f29a0394a5df5503b Mon Sep 17 00:00:00 2001 From: Alex Weininger Date: Wed, 1 Mar 2023 11:47:32 -0800 Subject: [PATCH] Update changelog and bump version for 0.6.1 release (#600) * Bump version to 0.6.1 * Update changelog --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3577299a..3069908a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.6.1 - 2023-02-29 + +### Fixed +* Support Azure Account extension versions < 0.10.0 [#596](https://github.com/microsoft/vscode-azureresourcegroups/issues/596) fixed by @alexweininger in [#597](https://github.com/microsoft/vscode-azureresourcegroups/pull/597) +* Infinite prompts when running commands [#598](https://github.com/microsoft/vscode-azureresourcegroups/issues/598) fixed by @alexweininger in [#599](https://github.com/microsoft/vscode-azureresourcegroups/pull/599) + +### Engineering +* Update dependencies with `npm audit fix` by @alexweininger in [#593](https://github.com/microsoft/vscode-azureresourcegroups/pull/593) + ## 0.6.0 - 2023-02-22 ### Azure Resources API v2 diff --git a/package-lock.json b/package-lock.json index 51a7fd49..8ad37c1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-azureresourcegroups", - "version": "0.6.1-alpha.0", + "version": "0.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-azureresourcegroups", - "version": "0.6.1-alpha.0", + "version": "0.6.1", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@azure/arm-resources": "5.0.0", diff --git a/package.json b/package.json index 5907e934..5295222f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-azureresourcegroups", "displayName": "Azure Resources", "description": "%azureResourceGroups.description%", - "version": "0.6.1-alpha.0", + "version": "0.6.1", "publisher": "ms-azuretools", "icon": "resources/resourceGroup.png", "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",