Skip to content

Commit

Permalink
Releasing v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Oct 26, 2024
1 parent fbc75f8 commit 41306e4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions src/package-with-comment.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand All @@ -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",
Expand Down

0 comments on commit 41306e4

Please sign in to comment.