From c849fc08c64b231cad23f3623a7e5a35eaa45d2e Mon Sep 17 00:00:00 2001 From: Alex Weininger Date: Tue, 31 Dec 2024 14:07:58 -0500 Subject: [PATCH] v0.10.1 release prep (#1001) * Fix finding items with slashes in the account id * Prep for v0.10.1 release * Update CHANGELOG.md Co-authored-by: Nathan --------- Co-authored-by: Nathan --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) 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",