Skip to content

Commit

Permalink
set version to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p- committed May 20, 2022
1 parent ea00684 commit c5dfc37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 0.15.0 (May 20, 2022)
## 0.16.0 (May 20, 2022)
* enhancement - ctrl+f (cmd+f) now opens the search and replace box. [#27](https://github.com/alphabotsec/vscode-eclipse-keybindings/issues/27).
* enhancement - ctrl+f3 (cmd+f3) open structure/outline [#52](https://github.com/alphabotsec/vscode-eclipse-keybindings/pull/52).
* enhancement - ctrl+{ (cmd+{) split editor (does not work on all keyboard layouts) [#53](https://github.com/alphabotsec/vscode-eclipse-keybindings/pull/53).
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-eclipse-keybindings",
"displayName": "Eclipse Keymap",
"description": "Eclipse keybindings for Visual Studio Code",
"version": "0.14.0",
"version": "0.16.0",
"publisher": "alphabotsec",
"engines": {
"vscode": "^1.6.0"
Expand Down Expand Up @@ -575,4 +575,4 @@
"devDependencies": {
"vscode": "^1.0.0"
}
}
}

0 comments on commit c5dfc37

Please sign in to comment.