From 374a331e61d0676223ce790680d76467f4e4aef7 Mon Sep 17 00:00:00 2001 From: Alex Weininger Date: Wed, 22 Jan 2025 13:47:38 -0500 Subject: [PATCH] Update version and changelog for v0.10.3 (#1023) * Update version and changelog * empty commit --- CHANGELOG.md | 8 +++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a8d300b..bf98b618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # Change Log +## 0.10.3 - 2025-01-22 + +### Added +[[1015]](https://github.com/microsoft/vscode-azureresourcegroups/pull/1015) Add integration for Azure AI Foundry VS Code extension +[[1014]](https://github.com/microsoft/vscode-azureresourcegroups/pull/1014) Add Durable Task Scheduler resource type + ## 0.10.2 - 2025-01-09 -## Fixed +### Fixed * [[1369]](https://github.com/microsoft/vscode-azurestorage/issues/1369) Could not find $web blob container when deploying to static website via Azure Storage ## 0.10.1 - 2024-12-31 diff --git a/package-lock.json b/package-lock.json index 8f7a1ede..632127df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-azureresourcegroups", - "version": "0.10.3-alpha", + "version": "0.10.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-azureresourcegroups", - "version": "0.10.3-alpha", + "version": "0.10.3", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@azure/arm-resources": "^5.2.0", diff --git a/package.json b/package.json index 69a18cca..e5c6ac99 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-azureresourcegroups", "displayName": "Azure Resources", "description": "%azureResourceGroups.description%", - "version": "0.10.3-alpha", + "version": "0.10.3", "publisher": "ms-azuretools", "icon": "resources/resourceGroup.png", "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",