Skip to content

Commit

Permalink
Prep for 0.8.1 release (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejizba authored May 17, 2018
1 parent 69bf4de commit a75331b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a75331b

Please sign in to comment.