diff --git a/CHANGELOG.md b/CHANGELOG.md index 4171323..e4be949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 1.7.3 (Oct 26, 2024) + +* enhancement - Support Run Anything shortcut on double ctrl. See [#356](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/356) + ## 1.7.2 (Apr 28, 2024) * bug fix - Update shift+escape to Hide Active Tool Window. See [#349](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/349) diff --git a/package-lock.json b/package-lock.json index 6f872c6..fb8e96f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "intellij-idea-keybindings", - "version": "1.7.2", + "version": "1.7.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "intellij-idea-keybindings", - "version": "1.7.2", + "version": "1.7.3", "license": "MIT", "dependencies": { "fast-xml-parser": "^4.5.0", diff --git a/package.json b/package.json index fb2f49d..a515961 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "intellij-idea-keybindings", - "version": "1.7.2", + "version": "1.7.3", "publisher": "k--kato", "engines": { - "vscode": "^1.87.0" + "vscode": "^1.94.0" }, "displayName": "IntelliJ IDEA Keybindings", "description": "Port of IntelliJ IDEA Keybindings, including for WebStorm, PyCharm, PHP Storm, etc.", @@ -24,7 +24,7 @@ "path-browserify": "^1.0.1" }, "devDependencies": { - "@types/node": "^20.18.0", + "@types/node": "^22.8.1", "@types/vscode": "^1.94.0", "@types/webpack-env": "^1.18.5", "@typescript-eslint/eslint-plugin": "^8.11.0", diff --git a/src/package-with-comment.json b/src/package-with-comment.json index e4fa5b7..b07075d 100644 --- a/src/package-with-comment.json +++ b/src/package-with-comment.json @@ -1,9 +1,9 @@ { "name": "intellij-idea-keybindings", - "version": "1.7.2", + "version": "1.7.3", "publisher": "k--kato", "engines": { - "vscode": "^1.87.0" + "vscode": "^1.94.0" }, "displayName": "IntelliJ IDEA Keybindings", "description": "Port of IntelliJ IDEA Keybindings, including for WebStorm, PyCharm, PHP Storm, etc.", @@ -24,7 +24,7 @@ "path-browserify": "^1.0.1" }, "devDependencies": { - "@types/node": "^20.18.0", + "@types/node": "^22.8.1", "@types/vscode": "^1.94.0", "@types/webpack-env": "^1.18.5", "@typescript-eslint/eslint-plugin": "^8.11.0",