Skip to content

Commit bc465eb

Browse files
authored
Changes for release (#3672)
* Changes for release * Edit changes to be more specific
1 parent 1d0a7c0 commit bc465eb

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

CHANGELOG.md

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

3+
## 1.10.6 - 2023-05-12
4+
5+
### Added
6+
* Verify `AzureWebJobsFeatureFlags` setting has `EnableWorkerIndexing` and enable prior to deployment for Node Model v4 by @nturinski in https://github.com/microsoft/vscode-azurefunctions/pull/3653
7+
* Add clean script to TypeScript projects by @ejizba in https://github.com/microsoft/vscode-azurefunctions/pull/3654
8+
* Ensure that the app settings have propogated to production app before deploying by @nturinski in https://github.com/microsoft/vscode-azurefunctions/pull/3656
9+
* Improve task comparison during project init by @alexweininger in https://github.com/microsoft/vscode-azurefunctions/pull/3671
10+
11+
### Fixed
12+
* Change the name of the `windows-process-tree` module by @nturinski in https://github.com/microsoft/vscode-azurefunctions/pull/3669
13+
314
## 1.10.5 - 2023-04-21
415

516
### Changed

NOTICE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2723,7 +2723,7 @@ <h1>NOTICES AND INFORMATION</h1>
27232723
@kwsites/promise-deferred 1.1.1 - MIT
27242724
</summary>
27252725
<p><a href="https://github.com/kwsites/promise-deferred#readme">https://github.com/kwsites/promise-deferred#readme</a></p>
2726-
<ul><li>Copyright (c) 2018</li></ul>
2726+
<ul><li>Copyright (c) 2018 kwsites</li></ul>
27272727
<pre>
27282728
MIT License
27292729

package-lock.json

Lines changed: 3 additions & 3 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.10.6-alpha.0",
5+
"version": "1.10.6",
66
"publisher": "ms-azuretools",
77
"icon": "resources/azure-functions.png",
88
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",

0 commit comments

Comments
 (0)