diff --git a/CHANGELOG.md b/CHANGELOG.md index b794964a..35417345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.10.1 - 2024-12-31 + +# Fixed +* [[4335]](https://github.com/microsoft/vscode-azurefunctions/issues/4355) Fixed issue that impacted Azure Function deployment due to tree items not being found if the account id had a slash in it. + + ## 0.10.0 - 2024-12-30 ### What's new diff --git a/package-lock.json b/package-lock.json index 6743d373..10a5baf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-azureresourcegroups", - "version": "0.10.1-alpha.0", + "version": "0.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-azureresourcegroups", - "version": "0.10.1-alpha.0", + "version": "0.10.1", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@azure/arm-resources": "^5.2.0", diff --git a/package.json b/package.json index 82cb5199..5db3d5ff 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-azureresourcegroups", "displayName": "Azure Resources", "description": "%azureResourceGroups.description%", - "version": "0.10.1-alpha.0", + "version": "0.10.1", "publisher": "ms-azuretools", "icon": "resources/resourceGroup.png", "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",