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",