diff --git a/CHANGELOG.md b/CHANGELOG.md index b5244cc..47a3a73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 0.2.39 (May 11, 2020) + +* enhancement - Add column selection shortcut. See [#178](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/178) + ## 0.2.38 (Mar 26, 2020) * enhancement - run previous Go test. See [#171](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/171) diff --git a/README.md b/README.md index 3dd0a53..79296ab 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,7 @@ when changes are saved. * [@kroleg](https://github.com/kroleg) * [@faucct](https://github.com/faucct) * [@glyn](https://github.com/glyn) +* [@ronaldstevanus](https://github.com/ronaldstevanus) ## License diff --git a/package-lock.json b/package-lock.json index 3029c73..d026cf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "0.2.38", + "version": "0.2.39", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9f25fca..f448093 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "0.2.38", + "version": "0.2.39", "publisher": "k--kato", "engines": { "vscode": "^1.40.0" diff --git a/src/package-with-comment.json b/src/package-with-comment.json index 4c08592..c37dc78 100644 --- a/src/package-with-comment.json +++ b/src/package-with-comment.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "0.2.38", + "version": "0.2.39", "publisher": "k--kato", "engines": { "vscode": "^1.40.0"