Skip to content

Commit 464daf2

Browse files
Bump version and update changelog for v1.10.3 (#3588)
* Bump version to 1.10.3 * Update changelog
1 parent ad4cdc8 commit 464daf2

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 1.10.2 - 2023-02-23
4+
5+
### Added
6+
- Azure Functions walkthrough by @esweet431 in [#3573](https://github.com/microsoft/vscode-azurefunctions/pull/3573)
7+
8+
### Fixed
9+
- Detect new NodeJs model during "Init for VS Code" by @ejizba in [#3586](https://github.com/microsoft/vscode-azurefunctions/pull/3586)
10+
- Minor fixes for durable in new NodeJs model by @ejizba in [#3587](https://github.com/microsoft/vscode-azurefunctions/pull/3587)
11+
312
## 1.10.2 - 2023-02-15
413

514
### Added

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

0 commit comments

Comments
 (0)