Skip to content

Commit

Permalink
Releasing v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Apr 20, 2024
1 parent b957ad9 commit 7a9a83c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 1.7.1 (Apr 20, 2024)

* bug fix - jumpToNextSnippetPlaceholder on Enter unexpected behaviour. See [#347](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/343)
* bug fix - Ctrl-Shift-F12 results in command 'workbench.action.maximizeEditor' not found. See [#341](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/341)

## 1.7.0 (Apr 7, 2024)

* bug fix - v1.5.10 broke ctrl+z with Dvorak keyboard layout. See [#307](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/307)
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.7.0",
"version": "1.7.1",
"publisher": "k--kato",
"engines": {
"vscode": "^1.87.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.7.0",
"version": "1.7.1",
"publisher": "k--kato",
"engines": {
"vscode": "^1.87.0"
Expand Down

0 comments on commit 7a9a83c

Please sign in to comment.