From 93ec17ddc5b1c954d2287d1aba3ae75bcabe47fb Mon Sep 17 00:00:00 2001 From: kasecato Date: Sun, 7 Apr 2024 14:54:26 +0900 Subject: [PATCH] Releasing v1.7.0 --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- src/package-with-comment.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92abc3e..ffeab39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 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) +* enhancement - Updates VSCode base files for the importe. See [#342](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/342) + ## 1.6.1 (Apr 1, 2024) * bug fix - Viewed file should be remembered. See [#237](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/237) diff --git a/package-lock.json b/package-lock.json index 572f198..f4d6c95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "intellij-idea-keybindings", - "version": "1.6.1", + "version": "1.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "intellij-idea-keybindings", - "version": "1.6.1", + "version": "1.7.0", "license": "MIT", "dependencies": { "fast-xml-parser": "^4.3.6", diff --git a/package.json b/package.json index 74f27b2..0dcc780 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "1.6.1", + "version": "1.7.0", "publisher": "k--kato", "engines": { "vscode": "^1.87.0" diff --git a/src/package-with-comment.json b/src/package-with-comment.json index 78c65cf..b5535e1 100644 --- a/src/package-with-comment.json +++ b/src/package-with-comment.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "1.6.1", + "version": "1.7.0", "publisher": "k--kato", "engines": { "vscode": "^1.87.0"