Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored May 4, 2022
1 parent fc1e182 commit 328f3b9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/zakodium-oss/react-kbs/compare/v1.0.0...v2.0.0) (2022-05-04)


### ⚠ BREAKING CHANGES

* Shortcuts will now be executed when buttons, links, or otherwise non-interactive elements are focused.

### Features

* allow to execute shortcuts when buttons and other elements are focused ([fc1e182](https://github.com/zakodium-oss/react-kbs/commit/fc1e1823ace96f821cffe873dc8998865182fc90))

## [1.0.0](https://www.github.com/zakodium/react-kbs/compare/v0.1.3...v1.0.0) (2021-07-12)


Expand Down
4 changes: 2 additions & 2 deletions 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": "react-kbs",
"version": "1.0.0",
"version": "2.0.0",
"description": "React library to manage your application's keyboard shortcuts",
"homepage": ".",
"main": "./lib-cjs/index.js",
Expand Down

0 comments on commit 328f3b9

Please sign in to comment.