diff --git a/CHANGELOG.md b/CHANGELOG.md index ffeab39..158ec2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index f4d6c95..1bb8476 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "intellij-idea-keybindings", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "intellij-idea-keybindings", - "version": "1.7.0", + "version": "1.7.1", "license": "MIT", "dependencies": { "fast-xml-parser": "^4.3.6", diff --git a/package.json b/package.json index 8f125d3..27faaa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "1.7.0", + "version": "1.7.1", "publisher": "k--kato", "engines": { "vscode": "^1.87.0" diff --git a/src/package-with-comment.json b/src/package-with-comment.json index a197aab..efa885f 100644 --- a/src/package-with-comment.json +++ b/src/package-with-comment.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "1.7.0", + "version": "1.7.1", "publisher": "k--kato", "engines": { "vscode": "^1.87.0"