diff --git a/CHANGELOG.md b/CHANGELOG.md index e1987e8de..dd599f648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to the "vscode-azurearmtools" extension will be documented in this file. +## Version 0.14.1 (2021-02-05) + +### Fixed +- Give warning if the wrong schema might be wrong for the deployment resources being used [#1055](https://github.com/microsoft/vscode-azurearmtools/issues/1055) +- Add support for pickZones() function (thanks Brian Golden @bgold09!) [#1130](https://github.com/microsoft/vscode-azurearmtools/issues/1130) +- Add mention of ARM Viewer to README [#1140](https://github.com/microsoft/vscode-azurearmtools/issues/1140) +- Upgrade Microsoft.Resources/deployments apiVersion to support relativePath property [#1137](https://github.com/microsoft/vscode-azurearmtools/issues/1137) +- Update schemas cache +- Split nested snippet into inner/outer [#1157](https://github.com/microsoft/vscode-azurearmtools/issues/1157) + ## Version 0.14.0 (2020-11-10) ### Added diff --git a/package-lock.json b/package-lock.json index 03fa92ae7..8c4e160c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "azurerm-vscode-tools", - "version": "0.14.1-alpha", + "version": "0.14.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0c20f3433..63b067cc2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "azurerm-vscode-tools", "displayName": "Azure Resource Manager (ARM) Tools", "description": "Language server, editing tools and snippets for Azure Resource Manager (ARM) template files.", - "version": "0.14.1-alpha", + "version": "0.14.1", "publisher": "msazurermtools", "config": { "ARM_LANGUAGE_SERVER_NUGET_VERSION": "3.0.0-preview.21058.5"