From 70bab8199fb1c87f6da163f35eeff1b9aab73f33 Mon Sep 17 00:00:00 2001 From: Mark Wiemer <7833360+mark-wiemer@users.noreply.github.com> Date: Fri, 24 May 2024 20:00:36 -0700 Subject: [PATCH] v5.0.5 (#443) --- Changelog.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index c5f86ae4..1f990265 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # Changelog +## 5.0.5 - 2024-05-24 🏝️ + +- Fix formatter in single line hotkey fall-through scenario ([#440](https://github.com/mark-wiemer-org/ahkpp/issues/440), [#442](https://github.com/mark-wiemer-org/ahkpp/issues/442)) +- Fix outline showing invalid labels ([#438](https://github.com/mark-wiemer-org/ahkpp/issues/438)) + ## 5.0.4 - 2024-05-23 😎 - Add "PixelSearch" to V1 snippets ([PR #427](https://github.com/mark-wiemer-org/ahkpp/pull/427)) diff --git a/package-lock.json b/package-lock.json index 66069563..94fe960a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-autohotkey-plus-plus", - "version": "5.0.4", + "version": "5.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-autohotkey-plus-plus", - "version": "5.0.4", + "version": "5.0.5", "license": "See license.txt", "dependencies": { "@vscode/debugadapter": "^1.57.0", diff --git a/package.json b/package.json index 12e30495..22e9d31a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-autohotkey-plus-plus", "displayName": "AutoHotkey Plus Plus", - "version": "5.0.4", + "version": "5.0.5", "description": "AutoHotkey v1 and v2 language support for Visual Studio Code: IntelliSense, debugging, formatting, and more", "categories": [ "Debuggers",