Skip to content

Commit a7988f9

Browse files
Prep for v1.10.2 release (#3571)
* Bump version to 1.10.2 * Update changelog
1 parent 9691291 commit a7988f9

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 1.10.2 - 2023-02-15
4+
5+
### Added
6+
- Forward compatibility with Azure Resources API v2 by @alexweininger in [#3548](https://github.com/microsoft/vscode-azurefunctions/pull/3548)
7+
38
## 1.10.1 - 2023-02-06
49

510
### Fixed

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

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

0 commit comments

Comments
 (0)