Skip to content

Commit

Permalink
6.4.3 - 2025-01-18 🎆 (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer authored Jan 18, 2025
1 parent e1d230b commit 7e307b0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
8 changes: 5 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Changelog

## 6.4.3 - 2025-01-11 🎆
## 6.4.3 - 2025-01-18 🎆

- Fix IniWrite IntelliSense ([#590](https://github.com/mark-wiemer/ahkpp/issues/590))
- Add [comprehensive settings reference](./docs/settings.md) in Markdown and improve docs within the settings editor ([#581](https://github.com/mark-wiemer/ahkpp/issues/581))
- Update internal dependencies to Node 22, npm 11, and Mocha 11 to improve developer security and developer experience ([#583](https://github.com/mark-wiemer/ahkpp/issues/583))

## 6.4.2 - 2024-12-16 🎄

- Reduce required VS Code version to 1.68 (#574)
- Update internal dependencies for security (#577)
- Reduce required VS Code version to 1.68 ([#574](https://github.com/mark-wiemer/ahkpp/issues/574))
- Update internal dependencies for security ([#577](https://github.com/mark-wiemer/ahkpp/issues/577))

## 6.4.1 - 2024-11-09 🛠️

Expand Down
4 changes: 2 additions & 2 deletions docs/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ 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. `v1.2.3`. The PR description should contain the changelog entry, including the heading for this version.
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. Fix any remaining issues with the PR.
1. Merge the PR. Commit message should be the changelog heading, e.g. `v1.2.3 - 2020-12-31 ❄️ (#456)`
1. Merge the PR. Commit message should be the changelog heading, 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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-autohotkey-plus-plus",
"displayName": "AHK++ (AutoHotkey Plus Plus)",
"version": "6.4.2",
"version": "6.4.3",
"description": "AutoHotkey v1 and v2 language support for Visual Studio Code: IntelliSense, debugging, formatting, and more!",
"categories": [
"Debuggers",
Expand Down

0 comments on commit 7e307b0

Please sign in to comment.