Skip to content

Commit

Permalink
chore(release): 17.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [17.0.0](v16.1.0...v17.0.0) (2022-11-03)

* Rework `useStorageValue` to more simple and robust variant (#960) ([7bcc385](7bcc385)), closes [#960](#960)

### BREAKING CHANGES

* new implementation brings different API.
It is not backward compatible!

Co-authored-by: Arttu Olli <arttuoll@tutanota.com>
  • Loading branch information
semantic-release-bot and ArttuOll committed Nov 3, 2022
1 parent 7bcc385 commit 9d57f3f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [17.0.0](https://github.com/react-hookz/web/compare/v16.1.0...v17.0.0) (2022-11-03)


* Rework `useStorageValue` to more simple and robust variant (#960) ([7bcc385](https://github.com/react-hookz/web/commit/7bcc3858d882afcf8e3d79c2ac2a5c0996922926)), closes [#960](https://github.com/react-hookz/web/issues/960)


### BREAKING CHANGES

* new implementation brings different API.
It is not backward compatible!

Co-authored-by: Arttu Olli <arttuoll@tutanota.com>

# [16.1.0](https://github.com/react-hookz/web/compare/v16.0.1...v16.1.0) (2022-10-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-hookz/web",
"version": "16.1.0",
"version": "17.0.0",
"description": "React hooks done right, for browser and SSR.",
"keywords": [
"react",
Expand Down

0 comments on commit 9d57f3f

Please sign in to comment.