diff --git a/CHANGELOG.md b/CHANGELOG.md index ff19a88e..7316f3ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 0.24.1 - 2022-05-26 +### Added +- Deploy command is now accessible via the Workspace Deploy menu + ## 0.24.0 - 2022-05-24 We've made some large design changes to the Azure extensions for VS Code. [View App Centric release notes](https://aka.ms/AzCode/AppCentric) diff --git a/package-lock.json b/package-lock.json index 22bccbb8..f8ac87d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-azureappservice", - "version": "0.24.1-alpha.1", + "version": "0.24.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-azureappservice", - "version": "0.24.1-alpha.1", + "version": "0.24.1", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@azure/arm-appservice": "^11.0.0", diff --git a/package.json b/package.json index 53adca21..d0228efc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-azureappservice", "displayName": "Azure App Service", "description": "%appService.description%", - "version": "0.24.1-alpha.1", + "version": "0.24.1", "publisher": "ms-azuretools", "icon": "resources/WebApp.png", "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",