diff --git a/changelog.md b/changelog.md index 00453258..67eb4aa6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,15 @@ # Changelog +## 6.2.3 - 2024-10-08 📖 + +- Restore readme to marketplaces once again ([#537](https://github.com/mark-wiemer-org/ahkpp/issues/537)) +- Link to external licenses for better context + +### Developer changes + +- Update workflows to have consistent filenames and workflow names +- Update actions in workflows to latest stable versions + ## 6.2.2 - 2024-10-07 🤏 - Reduce extension size on marketplaces by ~100x (yes, really) ([#533](https://github.com/mark-wiemer-org/ahkpp/issues/533)) diff --git a/docs/Development.md b/docs/Development.md index 2c245814..91cc1603 100644 --- a/docs/Development.md +++ b/docs/Development.md @@ -36,6 +36,7 @@ Unless otherwise specified, commit messages don't matter. 1. Open the context menu (right-click). 1. Select `Install Extension VSIX`. 1. Reload the window. (`F1` -> Developer: Reload Window) +1. Validate that the vsix includes the readme, license, and changelog visible in the IDE's extension view ([#537](https://github.com/mark-wiemer-org/ahkpp/issues/537)) 1. Ensure all tests pass, including manual ones on the new changes. ### Publishing diff --git a/package-lock.json b/package-lock.json index 2540c7e0..11ce13fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-autohotkey-plus-plus", - "version": "6.2.2", + "version": "6.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-autohotkey-plus-plus", - "version": "6.2.2", + "version": "6.2.3", "license": "See license.md", "dependencies": { "@vscode/debugadapter": "^1.57.0", diff --git a/package.json b/package.json index 9f13cf0b..70fad692 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-autohotkey-plus-plus", "displayName": "AutoHotkey Plus Plus", - "version": "6.2.2", + "version": "6.2.3", "description": "AutoHotkey v1 and v2 language support for Visual Studio Code: IntelliSense, debugging, formatting, and more!", "categories": [ "Debuggers",