Skip to content

Commit 60e5b8b

Browse files
authored
Changelog and version bump (#3974)
* Changelog and version bump * ###
1 parent d884321 commit 60e5b8b

3 files changed

Lines changed: 15 additions & 9 deletions

File tree

CHANGELOG.md

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

3+
## 1.13.3 - 2024-02-05
4+
5+
### Fixed
6+
* [[3967]](https://github.com/microsoft/vscode-azurefunctions/issues/3967) Fixes functions not deploying for Linux Consumption apps
7+
* [[3969]](https://github.com/microsoft/vscode-azurefunctions/issues/3969) Fixes deploy subpath setting being ignored
8+
39
## 1.13.2 - 2024-01-31
410

5-
## Added
11+
### Added
612
* [[3881]](https://github.com/microsoft/vscode-azurefunctions/pull/3881) Add workspace functions to extension API
713
* [[3887]](https://github.com/microsoft/vscode-azurefunctions/pull/3887) Automatically enable full monitoring for Java Elastic Premium
814
* [[3916]](https://github.com/microsoft/vscode-azurefunctions/pull/3916) Add EventGrid Cloud Event templates for .NET to verified list
915
* [[3924]](https://github.com/microsoft/vscode-azurefunctions/pull/3924), [[3297]](https://github.com/microsoft/vscode-azurefunctions/pull/3927) Improve creating new local app setting experience during new function template creation
1016

11-
## Fixed
17+
### Fixed
1218
* [[3813]](https://github.com/microsoft/vscode-azurefunctions/pull/3813) Fix Windows files not appearing under the Files node
1319
* [[3889]](https://github.com/microsoft/vscode-azurefunctions/pull/3889) Fix .gitignore being ignored during deployment
1420

15-
## Removed
21+
### Removed
1622
* [[3902]](https://github.com/microsoft/vscode-azurefunctions/pull/3902) Remove Azure Account from extension dependencies
1723

18-
## Changed
24+
### Changed
1925
* [[3888]](https://github.com/microsoft/vscode-azurefunctions/pull/3888) Revert hardcoded template version of '[3.*, 4.0.0)'
2026
* [[3905]](https://github.com/microsoft/vscode-azurefunctions/pull/3905) Update all backup templates
2127

22-
## Engineering
28+
### Engineering
2329
* [[3831]](https://github.com/microsoft/vscode-azurefunctions/pull/3831) Use Node 18.15
2430
* [[3832]](https://github.com/microsoft/vscode-azurefunctions/pull/3832) Remove all .NET 5 (EOL) tests
2531
* [[3918]](https://github.com/microsoft/vscode-azurefunctions/pull/3918) Update `eslint-config` to enforce import types
2632

27-
**Full Changelog**: https://github.com/microsoft/vscode-azurefunctions/compare/v1.12.4...v1.13.2
33+
**Full Changelog**: https://github.com/microsoft/vscode-azurefunctions/compare/v1.13.1...v1.13.2
2834

2935
## 1.13.1 - 2023-09-26
3036

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.13.3-alpha.0",
5+
"version": "1.13.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)