Update version and changelog for 1.22.2 release (#3643)
This commit is contained in:
Родитель
e3adbb4abe
Коммит
aef9cc3231
|
@ -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)
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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.",
|
||||
|
|
Загрузка…
Ссылка в новой задаче