From 041c3c06251bac5898601433516980c842451fa2 Mon Sep 17 00:00:00 2001 From: "Stephen Weatherford (MSFT)" Date: Wed, 14 Aug 2024 08:49:46 -0700 Subject: [PATCH] Update to next alpha version (#1743) * Update to next alpha version * lock --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b86a2cd24..38e045562 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "azurerm-vscode-tools", - "version": "0.15.12", + "version": "0.15.13-alpha", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "azurerm-vscode-tools", - "version": "0.15.12", + "version": "0.15.13-alpha", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "fs-extra": "^10.1.0", diff --git a/package.json b/package.json index 8076fff9d..dd8d34486 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.15.12", + "version": "0.15.13-alpha", "publisher": "msazurermtools", "config": { "$comment.ARM_LANGUAGE_SERVER_NUGET_VERSION": "E.g., 3.0.0-preview.24163.1, or lease blank to pick up the latest",