diff --git a/changelog.md b/changelog.md index 04851dac..60fbd863 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## 6.5.0 - unreleased 💞 +## 6.5.0 - 2025-02-23 💞 ### Debugger @@ -13,7 +13,7 @@ ### IntelliSense -- Add detailed `__New` docs for `InputHook` and basic `__New` docs for all `Object` descendants that didn't have it([#586](https://github.com/mark-wiemer/ahkpp/issues/586)) +- Add detailed `__New` docs for `InputHook` and basic `__New` docs for all `Object` descendants that didn't have it ([Issue #586](https://github.com/mark-wiemer/ahkpp/issues/586)) ## 6.4.3 - 2025-01-18 🎆 diff --git a/docs/development.md b/docs/development.md index 620cb6d4..a8124bcc 100644 --- a/docs/development.md +++ b/docs/development.md @@ -32,9 +32,10 @@ Unless otherwise specified, commit messages don't matter. 1. Bump the version in `package.json` 1. Run `npm i` to update `package-lock.json` 1. Commit the changes. -1. Open a PR. For style, the title of the PR should be e.g. `1.2.3 - 2020-12-31 ❄️`. The PR description should contain the changelog entry, including the heading for this version. +1. Open a PR. For consistency, the title of the PR should be e.g. `1.2.3 - 2020-12-31 ❄️`. The PR description should contain the changelog entry, including the heading for this version. +1. Go to `https://github.com/mark-wiemer/ahkpp/compare` to review all changes since last release. 1. Fix any remaining issues with the PR. -1. Merge the PR. Commit message should be the changelog heading, e.g. `1.2.3 - 2020-12-31 ❄️ (#456)` +1. Merge the PR. Commit message should be the changelog heading + PR number, e.g. `1.2.3 - 2020-12-31 ❄️ (#456)` 1. `git checkout main && git pull && npm run package` 1. Install the new version: 1. Select the newly-created `.vsix` file. diff --git a/package-lock.json b/package-lock.json index 360ca1ec..371ea9c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-autohotkey-plus-plus", - "version": "6.4.3", + "version": "6.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-autohotkey-plus-plus", - "version": "6.4.3", + "version": "6.5.0", "license": "See license.md", "dependencies": { "@vscode/debugadapter": "^1.57.0", diff --git a/package.json b/package.json index 7f68ad96..41e6bb06 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-autohotkey-plus-plus", "displayName": "AHK++ (AutoHotkey Plus Plus)", - "version": "6.4.3", + "version": "6.5.0", "description": "AutoHotkey v1 and v2 language support for Visual Studio Code: IntelliSense, debugging, formatting, and more!", "categories": [ "Debuggers",