Skip to content

Commit

Permalink
Release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenguh committed Nov 30, 2021
1 parent 0453e63 commit a065094
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.0] - 2021-11-29

### Added

- Add command (`whichkey.undoKey`) to undo entered key.
- Add menu buttons to which key menu (Use `whichkey.showButtons` in config to turn on/off).
- Add three additional sorting options
- Add three additional sorting options.
- `custom`:
Menu items are sorted by the key in the following 'categories'
then by a custom order within each 'category'.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": {
"name": "Steven Guh"
},
"version": "0.10.0",
"version": "0.11.0",
"engines": {
"vscode": "^1.45.0"
},
Expand Down

0 comments on commit a065094

Please sign in to comment.