From 539f4d182ed17fd2c89cd72a6dc39b0ecc029518 Mon Sep 17 00:00:00 2001 From: Mark Wiemer <7833360+mark-wiemer@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:40:02 -0700 Subject: [PATCH] =?UTF-8?q?v6.2.0=20-=202024-10-07=20=F0=9F=AB=A1=20(#529)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index bdc20eeb..ecfcfe21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-autohotkey-plus-plus", - "version": "6.1.1", + "version": "6.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-autohotkey-plus-plus", - "version": "6.1.1", + "version": "6.2.0", "license": "See license.txt", "dependencies": { "@vscode/debugadapter": "^1.57.0", @@ -48,7 +48,7 @@ "vscode-tmgrammar-test": "^0.1.1" }, "engines": { - "vscode": "^1.90.0" + "vscode": "^1.93.0" } }, "node_modules/@azure/abort-controller": { diff --git a/package.json b/package.json index 309f1ab3..5fc6674f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-autohotkey-plus-plus", "displayName": "AutoHotkey Plus Plus", - "version": "6.1.1", + "version": "6.2.0", "description": "AutoHotkey v1 and v2 language support for Visual Studio Code: IntelliSense, debugging, formatting, and more!", "categories": [ "Debuggers",