diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a21b2a..e543dd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.4] - 2024-01-07 + +### Fixed + +- Fix typos in focus editor group commands + ## [0.11.3] - 2021-12-19 ### Fixed diff --git a/package-lock.json b/package-lock.json index 0271596..8f2733a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "whichkey", - "version": "0.11.3", + "version": "0.11.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "whichkey", - "version": "0.11.3", + "version": "0.11.4", "license": "SEE LICENSE IN LICENSE.txt", "devDependencies": { "@types/glob": "^7.1.3", diff --git a/package.json b/package.json index 2ec87c6..8fd020a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": { "name": "Steven Guh" }, - "version": "0.11.3", + "version": "0.11.4", "engines": { "vscode": "^1.45.0" },