diff --git a/CHANGELOG.md b/CHANGELOG.md index bcce97cb..2b583ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ # Change Log +## 0.11.2 - 2026-06-30 +### Fixed +* [[1099](https://github.com/microsoft/vscode-azurecontainerapps/issues/1099)] Fixed an internal error that appeared on some deployments when creating new container app resources + +### Engineering +* [[1081](https://github.com/microsoft/vscode-azurecontainerapps/pull/1081)] Fix long running tests in support of migration to esbuild +* [[1093](https://github.com/microsoft/vscode-azurecontainerapps/pull/1093)] Add `feedBaseUrl` passthrough to 1ES build template parameters +* [[1094](https://github.com/microsoft/vscode-azurecontainerapps/pull/1094)] Remove redundant `npmFeed` parameter from AzDO build pipeline + ## 0.11.1 - 2026-05-28 ### Added * [[1069](https://github.com/microsoft/vscode-azurecontainerapps/pull/1069)] Add ACA "flat" tree item provider and "reveal app" command diff --git a/package-lock.json b/package-lock.json index d7a45ce6..b51c790d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-azurecontainerapps", - "version": "0.11.1", + "version": "0.11.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-azurecontainerapps", - "version": "0.11.1", + "version": "0.11.2", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@azure/arm-appcontainers": "^2.1.0-beta.1", diff --git a/package.json b/package.json index 22960568..2cc84bbf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-azurecontainerapps", "displayName": "Azure Container Apps", "description": "%containerApps.description%", - "version": "0.11.1", + "version": "0.11.2", "publisher": "ms-azuretools", "icon": "resources/azure-containerapps.png", "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",