Skip to content

Commit

Permalink
release: 0.2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Nov 11, 2023
1 parent e3d4c04 commit 02baa8b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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": "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",
Expand Down

0 comments on commit 02baa8b

Please sign in to comment.