Skip to content

Commit

Permalink
chore(release): 23.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [23.0.0](v22.0.0...v23.0.0) (2023-03-23)

* Deprecate useSafeState (#1096) ([284e499](284e499)), closes [#1096](#1096)

### BREAKING CHANGES

* `useSafeState` hook is removed
  • Loading branch information
semantic-release-bot committed Mar 23, 2023
1 parent 284e499 commit 326eafe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# [23.0.0](https://github.com/react-hookz/web/compare/v22.0.0...v23.0.0) (2023-03-23)


* Deprecate useSafeState (#1096) ([284e499](https://github.com/react-hookz/web/commit/284e499aeee125ffa67ca499a0579b4050d2888f)), closes [#1096](https://github.com/react-hookz/web/issues/1096)


### BREAKING CHANGES

* `useSafeState` hook is removed

# [22.0.0](https://github.com/react-hookz/web/compare/v21.0.0...v22.0.0) (2023-01-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@react-hookz/web",
"version": "22.0.0",
"version": "23.0.0",
"description": "React hooks done right, for browser and SSR.",
"keywords": [
"react",
Expand Down

0 comments on commit 326eafe

Please sign in to comment.