diff --git a/CHANGELOG.md b/CHANGELOG.md index fac50e8..b650064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 0.6.1 +* Fixed `aria-controls` jump with loader in next menu. +* Fixed blur on `Esc` on last element of jump queue. +* Fixed pressed state on pressing two hotkeys. + ## 0.6.0 * Added `toolbar` support to `focusGroupKeyUX()` (by @dmitry-kurmanov). diff --git a/package.json b/package.json index 3b0a1ac..3f7e6a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keyux", - "version": "0.6.0", + "version": "0.6.1", "description": "Improve keyboard UI of web apps", "keywords": [ "hotkey",