Skip to content

Commit ca8c74b

Browse files
chore(release): 19.1.0 [skip ci]
# [19.1.0](v19.0.0...v19.1.0) (2022-11-12) ### Features * **useStorageValue:** add custom parse and stringify functions to options ([#913](#913)) ([095d371](095d371))
1 parent 095d371 commit ca8c74b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [19.1.0](https://github.com/react-hookz/web/compare/v19.0.0...v19.1.0) (2022-11-12)
2+
3+
4+
### Features
5+
6+
* **useStorageValue:** add custom parse and stringify functions to options ([#913](https://github.com/react-hookz/web/issues/913)) ([095d371](https://github.com/react-hookz/web/commit/095d371a25363cfefa9c2df607c4af10ed8ef01d))
7+
18
# [19.0.0](https://github.com/react-hookz/web/compare/v18.0.1...v19.0.0) (2022-11-12)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-hookz/web",
3-
"version": "19.0.0",
3+
"version": "19.1.0",
44
"description": "React hooks done right, for browser and SSR.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)