Skip to content

Commit

Permalink
Releasing v1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Oct 8, 2023
1 parent 035b585 commit 65cbe02
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.5.11 (Oct 8, 2023)

* bug fix - Fix Quote causing failed Mac imports. See [#308](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/308)
* bug fix - BUG "Show Next Change" is mapped instead of "Go to Next Change". See [#310](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/310)
* enhancement - Commenting to move to next line as in Idea. See [#233](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/233)

## 1.5.10 (Aug 11, 2023)

* bug fix - Fix a bug which will cause failed. See [#293](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/293)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ After the initial compile, the source files will be watched and recompiled when
* [@rxliuli](https://github.com/rxliuli)
* [@bananer](https://github.com/bananer)
* [@ShellWen](https://github.com/ShellWen)

* [@Strajk](https://github.com/Strajk)

## License

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,6 +1,6 @@
{
"name": "intellij-idea-keybindings",
"version": "1.5.10",
"version": "1.5.11",
"publisher": "k--kato",
"engines": {
"vscode": "^1.83.0"
Expand Down
2 changes: 1 addition & 1 deletion src/package-with-comment.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intellij-idea-keybindings",
"version": "1.5.10",
"version": "1.5.11",
"publisher": "k--kato",
"engines": {
"vscode": "^1.83.0"
Expand Down

0 comments on commit 65cbe02

Please sign in to comment.