From 60e5b8bb677bfdd97d2d550add00e52c8a975791 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 5 Feb 2024 14:07:05 -0800 Subject: [PATCH] Changelog and version bump (#3974) * Changelog and version bump * ### --- CHANGELOG.md | 18 ++++++++++++------ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ef5b840..bc97ba844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,30 +1,36 @@ # Change Log +## 1.13.3 - 2024-02-05 + +### Fixed +* [[3967]](https://github.com/microsoft/vscode-azurefunctions/issues/3967) Fixes functions not deploying for Linux Consumption apps +* [[3969]](https://github.com/microsoft/vscode-azurefunctions/issues/3969) Fixes deploy subpath setting being ignored + ## 1.13.2 - 2024-01-31 -## Added +### Added * [[3881]](https://github.com/microsoft/vscode-azurefunctions/pull/3881) Add workspace functions to extension API * [[3887]](https://github.com/microsoft/vscode-azurefunctions/pull/3887) Automatically enable full monitoring for Java Elastic Premium * [[3916]](https://github.com/microsoft/vscode-azurefunctions/pull/3916) Add EventGrid Cloud Event templates for .NET to verified list * [[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 -## Fixed +### Fixed * [[3813]](https://github.com/microsoft/vscode-azurefunctions/pull/3813) Fix Windows files not appearing under the Files node * [[3889]](https://github.com/microsoft/vscode-azurefunctions/pull/3889) Fix .gitignore being ignored during deployment -## Removed +### Removed * [[3902]](https://github.com/microsoft/vscode-azurefunctions/pull/3902) Remove Azure Account from extension dependencies -## Changed +### Changed * [[3888]](https://github.com/microsoft/vscode-azurefunctions/pull/3888) Revert hardcoded template version of '[3.*, 4.0.0)' * [[3905]](https://github.com/microsoft/vscode-azurefunctions/pull/3905) Update all backup templates -## Engineering +### Engineering * [[3831]](https://github.com/microsoft/vscode-azurefunctions/pull/3831) Use Node 18.15 * [[3832]](https://github.com/microsoft/vscode-azurefunctions/pull/3832) Remove all .NET 5 (EOL) tests * [[3918]](https://github.com/microsoft/vscode-azurefunctions/pull/3918) Update `eslint-config` to enforce import types -**Full Changelog**: https://github.com/microsoft/vscode-azurefunctions/compare/v1.12.4...v1.13.2 +**Full Changelog**: https://github.com/microsoft/vscode-azurefunctions/compare/v1.13.1...v1.13.2 ## 1.13.1 - 2023-09-26 diff --git a/package-lock.json b/package-lock.json index 81647fb9b..10903736e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-azurefunctions", - "version": "1.13.3-alpha.0", + "version": "1.13.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-azurefunctions", - "version": "1.13.3-alpha.0", + "version": "1.13.3", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@azure/arm-appinsights": "^5.0.0-alpha.20230530.1", diff --git a/package.json b/package.json index 519e30646..10f6309c1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-azurefunctions", "displayName": "Azure Functions", "description": "%azureFunctions.description%", - "version": "1.13.3-alpha.0", + "version": "1.13.3", "publisher": "ms-azuretools", "icon": "resources/azure-functions.png", "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",