Skip to content

Commit 3731d00

Browse files
authored
6.5.0 - 2025-02-23 💞 (#612)
1 parent 74765fe commit 3731d00

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

changelog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 6.5.0 - unreleased 💞
3+
## 6.5.0 - 2025-02-23 💞
44

55
### Debugger
66

@@ -13,7 +13,7 @@
1313

1414
### IntelliSense
1515

16-
- 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))
16+
- 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))
1717

1818
## 6.4.3 - 2025-01-18 🎆
1919

docs/development.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ Unless otherwise specified, commit messages don't matter.
3232
1. Bump the version in `package.json`
3333
1. Run `npm i` to update `package-lock.json`
3434
1. Commit the changes.
35-
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.
35+
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.
36+
1. Go to `https://github.com/mark-wiemer/ahkpp/compare` to review all changes since last release.
3637
1. Fix any remaining issues with the PR.
37-
1. Merge the PR. Commit message should be the changelog heading, e.g. `1.2.3 - 2020-12-31 ❄️ (#456)`
38+
1. Merge the PR. Commit message should be the changelog heading + PR number, e.g. `1.2.3 - 2020-12-31 ❄️ (#456)`
3839
1. `git checkout main && git pull && npm run package`
3940
1. Install the new version:
4041
1. Select the newly-created `.vsix` file.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-autohotkey-plus-plus",
33
"displayName": "AHK++ (AutoHotkey Plus Plus)",
4-
"version": "6.4.3",
4+
"version": "6.5.0",
55
"description": "AutoHotkey v1 and v2 language support for Visual Studio Code: IntelliSense, debugging, formatting, and more!",
66
"categories": [
77
"Debuggers",

0 commit comments

Comments
 (0)