Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcneiner committed Apr 1, 2021
1 parent f9e4f48 commit d7153ec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 5.x

### 5.0.0

* Upgraded dependencies
* Breaking Change: Added mousetrap as a direct dependency
* Breaking Change: Added repeat prevention, on by default. You can opt-out on a per key basis with `allowRepeat: true`

## 4.x

### 4.0.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lux-keyboard",
"version": "4.0.0",
"version": "5.0.0",
"description": "React component + lux store utilities for managing contextual keyboard shortcut modes.",
"license": "MIT",
"main": "src/index.js",
Expand Down

0 comments on commit d7153ec

Please sign in to comment.