From 61ed48740948e0722e4b44d523d7c61f3a861427 Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 13 Oct 2021 09:34:19 -0700 Subject: [PATCH] Update changelog and version (#2984) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 281990b7b..5a895e6b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.5.2 - 2021-10-12 +### Added +- AzureFunctionsExtensionApi command `validateFuncCoreToolsInstalled` + +### Changed +- `proxies.json` are no longer created when calling `Create New Project...` +- Proxy tree items are no longer displayed in local project tree view + ## 1.5.1 - 2021-09-09 ### Fixed - [Bugs fixed](https://github.com/Microsoft/vscode-azurefunctions/issues?q=is%3Aissue+milestone%3A%221.5.1%22+is%3Aclosed+) diff --git a/package-lock.json b/package-lock.json index 2d6004deb..810f8ca9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "vscode-azurefunctions", - "version": "1.5.2-alpha", + "version": "1.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.5.2-alpha", + "version": "1.5.2", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@azure/arm-appinsights": "^2.1.0", diff --git a/package.json b/package.json index 579a17335..f55d88792 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-azurefunctions", "displayName": "Azure Functions", "description": "%azureFunctions.description%", - "version": "1.5.2-alpha", + "version": "1.5.2", "publisher": "ms-azuretools", "icon": "resources/azure-functions.png", "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",