Skip to content

Commit 4ac119c

Browse files
authored
Nat/1.8.2changelog (#3375)
* Check if the passed in node is a LocalProjectTreeItem (#3370) * Check if the passed in node is a LocalProjectTreeItem * Add comment to replace isAzExtTreeItem * Changelog for patch fix * Actually save changelog... * Update version * Update date
1 parent 69e07f0 commit 4ac119c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.8.2 - 2022-10-18
4+
5+
### Fixed
6+
7+
- Deployment failures initialized from "Deploy..." button on Workspace ribbon [#3369](https://github.com/microsoft/vscode-azurefunctions/issues/3369)
8+
39
## 1.8.1 - 2022-09-26
410

511
### Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-azurefunctions",
33
"displayName": "Azure Functions",
44
"description": "%azureFunctions.description%",
5-
"version": "1.8.1",
5+
"version": "1.8.2",
66
"publisher": "ms-azuretools",
77
"icon": "resources/azure-functions.png",
88
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",

0 commit comments

Comments
 (0)