Skip to content

Commit

Permalink
6.2.3 - 2024-10-08 📖 (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer authored Oct 8, 2024
1 parent 540ccee commit af912df
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
1 change: 1 addition & 0 deletions docs/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "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",
Expand Down

0 comments on commit af912df

Please sign in to comment.