diff --git a/.changeset/pre.json b/.changeset/pre.json index 2de1ffe..d5d7076 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -30,6 +30,7 @@ "thirty-foxes-wink", "twenty-pans-search", "violet-cherries-applaud", - "warm-olives-punch" + "warm-olives-punch", + "yellow-nails-worry" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index abcdbbb..d2f4bee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # classic-react-hooks +## 2.0.0-canary.26 + +### Minor Changes + +- 4fc9b6c: feat: add `encoder` and `decoder` props in useLocalStorage for encoding/decoding value in localStorage + ## 2.0.0-canary.25 ### Minor Changes diff --git a/package.json b/package.json index dbc66a0..d268659 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "classic-react-hooks", - "version": "2.0.0-canary.25", + "version": "2.0.0-canary.26", "description": "A great collection of React utility hooks", "keywords": [ "classic-react-hooks",