Skip to content

Commit

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

### Features

* **useIsMounted:** allow to set initial value ([a63188a](a63188a))
* **useSafeState:** fix issue with inability to set state before mount ([af8f4cd](af8f4cd))
  • Loading branch information
semantic-release-bot committed Jun 30, 2022
1 parent af8f4cd commit 834ea58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [14.6.0](https://github.com/react-hookz/web/compare/v14.5.1...v14.6.0) (2022-06-30)


### Features

* **useIsMounted:** allow to set initial value ([a63188a](https://github.com/react-hookz/web/commit/a63188a79e6b920fb6d2bd4fd18f26b3dadb7036))
* **useSafeState:** fix issue with inability to set state before mount ([af8f4cd](https://github.com/react-hookz/web/commit/af8f4cdcc498260a6cdb763dc13605102ab9ba9b))

## [14.5.1](https://github.com/react-hookz/web/compare/v14.5.0...v14.5.1) (2022-06-30)


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.5.1",
"version": "14.6.0",
"description": "React hooks done right, for browser and SSR.",
"keywords": [
"react",
Expand Down

0 comments on commit 834ea58

Please sign in to comment.