From 9674a3239c546b6755f91fa8fac9f7833cc46227 Mon Sep 17 00:00:00 2001 From: Prashanth <30420973+PrashanthCorp@users.noreply.github.com> Date: Thu, 2 May 2019 17:28:08 -0700 Subject: [PATCH] Prep for 0.6.2 (#918) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09421d0ab8..6c3aa043e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.6.2 - 2 May 2019 + +### Fixed +* Handle opening resources to use native vscode APIs +* Running the extension in older versions of VS Code +* Report an issue opening a blank webpage due to a large stack frame +* Use appropriate nuget fallback volume mount for dotnet debugging - [#793](https://github.com/Microsoft/vscode-docker/pull/793) +* Ensure debugger directory exists - [#897](https://github.com/Microsoft/vscode-docker/issues/897) + +### Added +* `networkAlias` option to Docker run configuration [#890](https://github.com/Microsoft/vscode-docker/pull/890) + ## 0.6.1 - 18 March 2019 ### Fixed diff --git a/package-lock.json b/package-lock.json index 88c661d61d..df4e31b623 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-docker", - "version": "0.6.2-alpha", + "version": "0.6.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aefd07f999..3354758daa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-docker", - "version": "0.6.2-alpha", + "version": "0.6.2", "preview": true, "publisher": "PeterJausovec", "displayName": "Docker",