diff --git a/Changelog.md b/Changelog.md index e1a1e3d8..6ba5ec37 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,7 +3,7 @@ -## 5.0.0 - Unreleased ✌️ +## 5.0.0 - 2023-08-07 ✌️ AutoHotkey v2 support now in preview! Please test it out and [report any issues](https://github.com/mark-wiemer-org/ahkpp/issues/new?assignees=mark-wiemer&labels=AHK+v2&projects=&template=v2.md&title=%5Bv2%5D+), you'll help the community of 120,000+ users of this extension! @@ -41,8 +41,6 @@ Some features are not added to this initial preview release, but will be coming This update relies heavily on open-source code from [thqby](https://github.com/thqby) and [Steve Gray (Lexikos)](https://github.com/Lexikos). Thank you for your awesome work! - - ## 4.1.0 - 2023-08-03 🙋 - Add quick help, adapted from thqby's AutoHotkey v2 Language Support diff --git a/package-lock.json b/package-lock.json index 9d0318fb..fe03c7be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-autohotkey-plus-plus", - "version": "4.1.0", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-autohotkey-plus-plus", - "version": "4.1.0", + "version": "5.0.0", "license": "MIT", "dependencies": { "@vscode/debugadapter": "^1.57.0", diff --git a/package.json b/package.json index 4ea19735..cf27f49a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-autohotkey-plus-plus", "displayName": "AutoHotkey Plus Plus", - "version": "4.1.0", + "version": "5.0.0", "description": "AutoHotkey v1 and v2 language support for Visual Studio Code: IntelliSense, debugging, formatting, and more", "categories": [ "Programming Languages",