diff --git a/CHANGELOG.md b/CHANGELOG.md index 352312bb..a618a689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.2.26 + +**Core Changes** + +- Allow the `deserializer` of `useLocalStorage` to return an un-memoized value + # 0.2.25 **Core Changes** diff --git a/README.md b/README.md index 276b5d86..dd5656cd 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Written in TypeScript. Unlocking strong typing benefits with TypeScript 4.8+. #### Super Lightweight -The entire **foxact** library has zero dependencies and is **about 5 KiB gzipped in sum**, ensuring a lean and efficient solution. And what's more... +The entire **foxact** library has zero dependencies, ensuring a lean and efficient solution. And what's more... #### Fully Tree Shakable diff --git a/package.json b/package.json index 3232ab3c..27aa32df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foxact", - "version": "0.2.25", + "version": "0.2.26", "private": true, "description": "React Hooks/Utils done right. For browser, SSR, and React Server Components.", "homepage": "https://foxact.skk.moe",