Skip to content

Commit a065094

Browse files
committed
Release v0.11.0
1 parent 0453e63 commit a065094

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.0] - 2021-11-29
11+
1012
### Added
1113

1214
- Add command (`whichkey.undoKey`) to undo entered key.
1315
- Add menu buttons to which key menu (Use `whichkey.showButtons` in config to turn on/off).
14-
- Add three additional sorting options
16+
- Add three additional sorting options.
1517
- `custom`:
1618
Menu items are sorted by the key in the following 'categories'
1719
then by a custom order within each 'category'.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": {
88
"name": "Steven Guh"
99
},
10-
"version": "0.10.0",
10+
"version": "0.11.0",
1111
"engines": {
1212
"vscode": "^1.45.0"
1313
},

0 commit comments

Comments
 (0)