Skip to content

Commit e5ee4dd

Browse files
committed
release: 0.2.25
1 parent 9948741 commit e5ee4dd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 0.2.25
2+
3+
**Core Changes**
4+
5+
- Allow customize `useLocalStorage`'s `serializer` and `deserializer`
6+
7+
# 0.2.24
8+
9+
**Core Changes**
10+
11+
- Make `noSSR` only throw on the server
12+
113
# 0.2.23
214

315
**Core Changes**

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foxact",
3-
"version": "0.2.24",
3+
"version": "0.2.25",
44
"private": true,
55
"description": "React Hooks/Utils done right. For browser, SSR, and React Server Components.",
66
"homepage": "https://foxact.skk.moe",

0 commit comments

Comments
 (0)