Skip to content

Commit

Permalink
Bump package & Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoq committed Feb 20, 2020
1 parent 231a931 commit 47a6e2b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,4 +363,10 @@ online

### Added

- useRequestAnimationFrame hook & tests
- useRequestAnimationFrame hook & tests

## [0.21.1] - 2020-02-20

### Fixed

- Fix isSupported when window is not defined to allow SSR
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": "beautiful-react-hooks",
"version": "0.21.0",
"version": "0.21.1",
"description": "A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 47a6e2b

Please sign in to comment.