Skip to content

Commit

Permalink
chore(main): release 2.1.1 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Feb 6, 2023
1 parent 5ff073a commit 01ba66f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.1](https://github.com/zakodium-oss/react-kbs/compare/v2.1.0...v2.1.1) (2023-02-06)


### Bug Fixes

* allow to call `useKbsDisableGlobal` outside of context ([5ff073a](https://github.com/zakodium-oss/react-kbs/commit/5ff073ae5af14b7a10797089db0716e60cc72758))

## [2.1.0](https://github.com/zakodium-oss/react-kbs/compare/v2.0.0...v2.1.0) (2022-10-29)


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": "react-kbs",
"version": "2.1.0",
"version": "2.1.1",
"description": "React library to manage your application's keyboard shortcuts",
"homepage": ".",
"main": "./lib-cjs/index.js",
Expand Down

0 comments on commit 01ba66f

Please sign in to comment.