From 34b173a7357170c5a205825015cb602128a2d4a0 Mon Sep 17 00:00:00 2001 From: Alex Weininger Date: Tue, 1 Aug 2023 16:47:42 -0700 Subject: [PATCH] Bump version and update changelog (#3780) --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 429f86670..04d805c9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 1.12.2 - 2023-08-01 + +### Fixed +* Fixed an issue where deployment failed due to empty lines in the `.funcignore` file. + ## 1.12.1 - 2023-07-19 ### Added diff --git a/package-lock.json b/package-lock.json index 0c9559955..b12af5ebf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-azurefunctions", - "version": "1.12.2-alpha.0", + "version": "1.12.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-azurefunctions", - "version": "1.12.2-alpha.0", + "version": "1.12.2", "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 34329ebef..d070cafce 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-azurefunctions", "displayName": "Azure Functions", "description": "%azureFunctions.description%", - "version": "1.12.2-alpha.0", + "version": "1.12.2", "publisher": "ms-azuretools", "icon": "resources/azure-functions.png", "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",