From 69f1920a65e49fdc11fb7cbc57c920510ae06c3b Mon Sep 17 00:00:00 2001 From: kasecato Date: Sat, 15 Oct 2022 22:39:55 +0900 Subject: [PATCH] Releasing v1.5.4 --- CHANGELOG.md | 4 ++++ README.md | 1 + package.json | 2 +- src/package-with-comment.json | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b13ad49..d73ea64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 1.5.4 (Oct 15, 2022) + +* bug fix - Reformat document "ctrl + alt + l" is not working. See [#276](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/276), [#278](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/278) + ## 1.5.3 (Sep 19, 2022) * bug fix - No code actions for 'source.overrideMethods' available. See [#266](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/266) diff --git a/README.md b/README.md index 67cf860..69c8256 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,7 @@ After the initial compile, the source files will be watched and recompiled when * [@Eskibear](https://github.com/Eskibear) * [@daxmc99](https://github.com/daxmc99) * [@jacob314](https://github.com/jacob314) +* [@long76](https://github.com/long76) ## License diff --git a/package.json b/package.json index 8efed5b..48bb160 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "1.5.3", + "version": "1.5.4", "publisher": "k--kato", "engines": { "vscode": "^1.72.0" diff --git a/src/package-with-comment.json b/src/package-with-comment.json index a891515..677dbfa 100644 --- a/src/package-with-comment.json +++ b/src/package-with-comment.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "1.5.3", + "version": "1.5.4", "publisher": "k--kato", "engines": { "vscode": "^1.72.0"