Skip to content

Commit

Permalink
chore(main): release 2.1.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Oct 29, 2022
1 parent f9b5d2f commit c136379
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Features

* add `maxFrequency` option ([#18](https://github.com/zakodium-oss/react-kbs/issues/18)) ([f9b5d2f](https://github.com/zakodium-oss/react-kbs/commit/f9b5d2fb30a2144898c1eaad840f2969a729c481))
* add support for defining shortcuts with `code` instead of `key` ([4206b9d](https://github.com/zakodium-oss/react-kbs/commit/4206b9ddb194fa1e35c36505e03ef50e57f55f9a))


### Documentation

* update documentation on code ([#17](https://github.com/zakodium-oss/react-kbs/issues/17)) ([2bb6ef7](https://github.com/zakodium-oss/react-kbs/commit/2bb6ef794dca7e9ea0dcae3c781e6853c1f9f22b))

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


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

0 comments on commit c136379

Please sign in to comment.