Skip to content

Commit

Permalink
chore: release 0.1.1 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored May 6, 2021
1 parent c7b841b commit d881abe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [0.1.1](https://www.github.com/zakodium/react-kbs/compare/v0.1.0...v0.1.1) (2021-05-06)


### Bug Fixes

* correctly check for event target ([bfe61a7](https://www.github.com/zakodium/react-kbs/commit/bfe61a7a55af0e8206b578e8865b490e8bc66e49))
* specify prepack script ([c7b841b](https://www.github.com/zakodium/react-kbs/commit/c7b841b4224e87a5fe8aef2a88bf6acd4b19d7a7)), closes [#4](https://www.github.com/zakodium/react-kbs/issues/4)
* support SSR builds ([940d18e](https://www.github.com/zakodium/react-kbs/commit/940d18e281da2108ef10b11ed104c376df5baa8e))

## 0.1.0 (2021-05-05)


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

0 comments on commit d881abe

Please sign in to comment.