Skip to content

Commit

Permalink
chore(release): 17.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [17.3.0](v17.2.4...v17.3.0) (2021-08-31)

### Bug Fixes

* do not re-render unncessarily in useAsyncFn hook ([fa3ba25](fa3ba25))

### Features

* useAudio add playing state ([3203610](3203610))
  • Loading branch information
semantic-release-bot committed Aug 31, 2021
1 parent 4bc3424 commit 6bfd6d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [17.3.0](https://github.com/streamich/react-use/compare/v17.2.4...v17.3.0) (2021-08-31)


### Bug Fixes

* do not re-render unncessarily in useAsyncFn hook ([fa3ba25](https://github.com/streamich/react-use/commit/fa3ba2520ede6866b599f6df55fdfa6395058cd2))


### Features

* useAudio add playing state ([3203610](https://github.com/streamich/react-use/commit/3203610efdcb8e1fe3c6a17ea19e41bacbeb851b))

## [17.2.4](https://github.com/streamich/react-use/compare/v17.2.3...v17.2.4) (2021-04-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "17.2.4",
"version": "17.3.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 6bfd6d6

Please sign in to comment.