Skip to content

Commit c31cab8

Browse files
chore(master): release 2.0.0 (#59)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7562fac commit c31cab8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/reecelucas/react-use-hotkeys/compare/v1.3.5...v2.0.0) (2022-09-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* enable configuration options
9+
10+
### Features
11+
12+
* enable configuration options ([7562fac](https://github.com/reecelucas/react-use-hotkeys/commit/7562fac181b310e81249592c00884bb678acbce0))
13+
314
## [1.3.5](https://github.com/reecelucas/react-use-hotkeys/compare/v1.3.4...v1.3.5) (2022-09-02)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reecelucas/react-use-hotkeys",
3-
"version": "1.3.5",
3+
"version": "2.0.0",
44
"description": "React hook to create keyboard shortcuts",
55
"main": "lib/index.js",
66
"module": "esm/index.js",

0 commit comments

Comments
 (0)