diff --git a/CHANGELOG.md b/CHANGELOG.md index e60b315dc..2e92479b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 0.12.3 - 2024-05-28 + +### Added +* Support for .NET 8.0 HTTP functions in [#897](https://github.com/microsoft/vscode-azurestaticwebapps/pull/897) + ## 0.12.2 - 2023-06-28 ### Added diff --git a/package-lock.json b/package-lock.json index f57574cb0..9ae0fd530 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-azurestaticwebapps", - "version": "0.12.3-alpha.0", + "version": "0.12.3 ", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-azurestaticwebapps", - "version": "0.12.3-alpha.0", + "version": "0.12.3 ", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@azure/arm-appservice": "^11.0.0", diff --git a/package.json b/package.json index f4540e5ca..551b0cd23 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-azurestaticwebapps", "displayName": "Azure Static Web Apps", "description": "%staticWebApps.description%", - "version": "0.12.3-alpha.0", + "version": "0.12.3", "publisher": "ms-azuretools", "icon": "resources/azure-staticwebapps.png", "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",