From 9dc432ebd111962a3ffa7d842c496bebaf4c174e Mon Sep 17 00:00:00 2001 From: Steven Guh Date: Tue, 30 Nov 2021 19:10:08 -0800 Subject: [PATCH] Release v0.11.1 --- CHANGELOG.md | 4 +++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6294383..6fe4254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.1] - 2021-11-30 + ### Fixed -- Fix an issue where `when` in conditional bindings couldn't be evaluated since v0.10.0. ([VSpaceCode/#256](https://github.com/VSpaceCode/VSpaceCode/issues/256)) +- Fix an issue where `when` in conditional bindings couldn't be evaluated since v0.10.0. ([VSpaceCode#256](https://github.com/VSpaceCode/VSpaceCode/issues/256)) ## [0.11.0] - 2021-11-29 diff --git a/package-lock.json b/package-lock.json index 9fd2c3c..2794005 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "whichkey", - "version": "0.11.0", + "version": "0.11.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "whichkey", - "version": "0.11.0", + "version": "0.11.1", "license": "SEE LICENSE IN LICENSE.txt", "devDependencies": { "@types/glob": "^7.1.3", diff --git a/package.json b/package.json index 1fec472..dfeb201 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": { "name": "Steven Guh" }, - "version": "0.11.0", + "version": "0.11.1", "engines": { "vscode": "^1.45.0" },