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"