From 0ef70a23fc7ccfc12a75bd51dab8941ada8ab61e Mon Sep 17 00:00:00 2001 From: Alex Weininger Date: Tue, 26 Sep 2023 14:48:34 -0400 Subject: [PATCH] Bump version and update changelog (#3869) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31fb57a59..096070593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.13.1 - 2023-09-26 + +### Added +* Enable Python 3.11 for GA + +### Changed +* Remove preview label from Node v4 programming model and make it the default over v3 +* Remove '-alpha.7' from v4 node projects + ## 1.13.0 - 2023-09-20 ### Added diff --git a/package-lock.json b/package-lock.json index 8885ed0e4..e41e52958 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-azurefunctions", - "version": "1.13.0", + "version": "1.13.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-azurefunctions", - "version": "1.13.0", + "version": "1.13.1", "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 f078fe680..ea3ba85b2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-azurefunctions", "displayName": "Azure Functions", "description": "%azureFunctions.description%", - "version": "1.13.0", + "version": "1.13.1", "publisher": "ms-azuretools", "icon": "resources/azure-functions.png", "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",