diff --git a/ahk2 b/ahk2 index bf91d87..1dc9266 160000 --- a/ahk2 +++ b/ahk2 @@ -1 +1 @@ -Subproject commit bf91d8719e827909ecfa02370fcf83bea1140b82 +Subproject commit 1dc926623ee269779a7457cb250d734b291b9e9e diff --git a/changelog.md b/changelog.md index 3a2d87d..5389db5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## 6.4.1 - unreleased 🛠️ +## 6.4.1 - 2024-11-09 🛠️ ### Known issues diff --git a/package-lock.json b/package-lock.json index 96add50..556380f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-autohotkey-plus-plus", - "version": "6.4.0", + "version": "6.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-autohotkey-plus-plus", - "version": "6.4.0", + "version": "6.4.1", "license": "See license.md", "dependencies": { "@vscode/debugadapter": "^1.57.0", diff --git a/package.json b/package.json index f27bd1d..b5ae787 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-autohotkey-plus-plus", "displayName": "AHK++ (AutoHotkey Plus Plus)", - "version": "6.4.0", + "version": "6.4.1", "description": "AutoHotkey v1 and v2 language support for Visual Studio Code: IntelliSense, debugging, formatting, and more!", "categories": [ "Debuggers",