diff --git a/CHANGELOG.md b/CHANGELOG.md index bd508415..5d902aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.15.1 - 2024-06-18 + +### Changed +* [[4182]](https://github.com/microsoft/vscode-azurefunctions/pull/4182) Display a warning when attempting to deploy a containerized function app + +### Fixed +* [[4184]](https://github.com/microsoft/vscode-azurefunctions/pull/4184) "+ Create new function app" command when deploying a containerized function app + ## 1.15.0 - 2024-05-21 ### Added diff --git a/package-lock.json b/package-lock.json index 63b15450..48d09534 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-azurefunctions", - "version": "1.15.1-alpha.0", + "version": "1.15.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-azurefunctions", - "version": "1.15.1-alpha.0", + "version": "1.15.1", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@azure/arm-appinsights": "^5.0.0-alpha.20230530.1", diff --git a/package.json b/package.json index 30bc07f8..049ad97d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-azurefunctions", "displayName": "Azure Functions", "description": "%azureFunctions.description%", - "version": "1.15.1-alpha.0", + "version": "1.15.1", "publisher": "ms-azuretools", "icon": "resources/azure-functions.png", "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",