From a75331b3c8c26d7c557b2579ceabd485b50c37e8 Mon Sep 17 00:00:00 2001 From: Eric Jizba Date: Thu, 17 May 2018 09:33:19 -0700 Subject: [PATCH] Prep for 0.8.1 release (#443) --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 546572ef..c2c7f319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to the "azure-appservice" extension will be documented in this file. +## 0.8.1 - 2018-05-16 +### [Fixed](https://github.com/Microsoft/vscode-azureappservice/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%220.8.1%22+label%3Abug+is%3Aclosed+) +- Remote debugging fails to attach if App Service tunnel is not ready + ## 0.8.0 - 2018-05-03 ### Added - Remote debugging support for Node.js on Linux (feature flag required) diff --git a/package.json b/package.json index 101d2650..99672d17 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-azureappservice", "displayName": "Azure App Service", "description": "An Azure App Service management extension for Visual Studio Code.", - "version": "0.8.1-alpha", + "version": "0.8.1", "publisher": "ms-azuretools", "icon": "resources/windows-azure-web-site.png", "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217", @@ -700,7 +700,7 @@ "portfinder": "^1.0.13", "request": "^2.83.0", "request-promise": "^4.2.2", - "vscode-azureappservice": "~0.16.0", + "vscode-azureappservice": "~0.16.2", "vscode-azureextensionui": "~0.13.0", "vscode-azurekudu": "~0.1.6", "vscode-debugadapter": "^1.24.0",