diff --git a/CHANGELOG.md b/CHANGELOG.md index 6db441da..2e48712e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.22.2 - 14 October 2022 +### Fixed +* Fixed an issue blocking debugging of ASP.NET apps. [#3638](https://github.com/microsoft/vscode-docker/issues/3638) + ## 1.22.1 - 30 June 2022 ### Fixed * Fixed a crash that could occur with certain Dockerfiles. [#3450](https://github.com/microsoft/vscode-docker/issues/3450) diff --git a/package-lock.json b/package-lock.json index 053ddd6f..e4ec5e62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-docker", - "version": "1.22.1", + "version": "1.22.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-docker", - "version": "1.22.1", + "version": "1.22.2", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@azure/arm-appservice": "^11.0.0", diff --git a/package.json b/package.json index dfa19796..288c6ff6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-docker", - "version": "1.22.1", + "version": "1.22.2", "publisher": "ms-azuretools", "displayName": "Docker", "description": "Makes it easy to create, manage, and debug containerized applications.",