diff --git a/CHANGELOG.md b/CHANGELOG.md index 542d18a..4795222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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'. diff --git a/package-lock.json b/package-lock.json index e5e26c5..9fd2c3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "whichkey", - "version": "0.10.0", + "version": "0.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "whichkey", - "version": "0.10.0", + "version": "0.11.0", "license": "SEE LICENSE IN LICENSE.txt", "devDependencies": { "@types/glob": "^7.1.3", diff --git a/package.json b/package.json index 4730432..1fec472 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": { "name": "Steven Guh" }, - "version": "0.10.0", + "version": "0.11.0", "engines": { "vscode": "^1.45.0" },