diff --git a/CHANGELOG.md b/CHANGELOG.md index 96810d2..51f1bb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.2] - 2021-12-01 + ### Added - Add (`whichkey.useFullWidthCharacters`) to control whether to use full width characters as key in the which-key menu. diff --git a/package-lock.json b/package-lock.json index 2794005..958b90d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "whichkey", - "version": "0.11.1", + "version": "0.11.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "whichkey", - "version": "0.11.1", + "version": "0.11.2", "license": "SEE LICENSE IN LICENSE.txt", "devDependencies": { "@types/glob": "^7.1.3", diff --git a/package.json b/package.json index 4e366e9..05d7954 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": { "name": "Steven Guh" }, - "version": "0.11.1", + "version": "0.11.2", "engines": { "vscode": "^1.45.0" },