Skip to content

Commit

Permalink
chore(release): 14.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [14.4.0](v14.3.0...v14.4.0) (2022-06-30)

### Features

* implement `useIntervalEffect` ([a3869a3](a3869a3)), closes [#33](#33) [#452](#452)
  • Loading branch information
semantic-release-bot committed Jun 30, 2022
1 parent a3869a3 commit fe29075
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [14.4.0](https://github.com/react-hookz/web/compare/v14.3.0...v14.4.0) (2022-06-30)


### Features

* implement `useIntervalEffect` ([a3869a3](https://github.com/react-hookz/web/commit/a3869a35b80ded1f0abd96366038ccd0b10d9040)), closes [#33](https://github.com/react-hookz/web/issues/33) [#452](https://github.com/react-hookz/web/issues/452)

# [14.3.0](https://github.com/react-hookz/web/compare/v14.2.3...v14.3.0) (2022-06-25)


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-hookz/web",
"version": "14.3.0",
"version": "14.4.0",
"description": "React hooks done right, for browser and SSR.",
"keywords": [
"react",
Expand Down

0 comments on commit fe29075

Please sign in to comment.