Skip to content

Commit

Permalink
Releasing v0.2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Oct 27, 2018
1 parent 3f1b9fb commit 39521bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.2.28 (Oct 27, 2018)

* enhancement - Enables 'navigate to last edit' shortcut. See [#131](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/131)
* buf fix - Generating getters/setters/constructors on mac. See [#130](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/130)

## 0.2.27 (Oct 1, 2018)

* enhancement - Alt Home hotkey for focusing the breadcrumbs. See [#128](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/128)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "intellij-idea-keybindings",
"version": "0.2.27",
"version": "0.2.28",
"publisher": "k--kato",
"engines": {
"vscode": "^1.27.0"
"vscode": "^1.28.0"
},
"displayName": "IntelliJ IDEA Keybindings",
"description": "Port of IntelliJ IDEA Keybindings, including for WebStorm, PyCharm, PHP Storm, etc.",
Expand Down
4 changes: 2 additions & 2 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": "0.2.27",
"version": "0.2.28",
"publisher": "k--kato",
"engines": {
"vscode": "^1.27.0"
"vscode": "^1.28.0"
},
"displayName": "IntelliJ IDEA Keybindings",
"description": "Port of IntelliJ IDEA Keybindings, including for WebStorm, PyCharm, PHP Storm, etc.",
Expand Down

0 comments on commit 39521bf

Please sign in to comment.