Skip to content

Commit fa751a9

Browse files
committed
release: 0.2.18
1 parent 28d96a8 commit fa751a9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.2.18
2+
3+
**Core Changes**
4+
5+
- Add `forceSetValue` to `useDebouncedState`
6+
- Add `createFixedArray`
7+
18
# 0.2.17
29

310
**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.17",
3+
"version": "0.2.18",
44
"description": "React Hooks/Utils done right. For browser, SSR, and React Server Components.",
55
"sideEffects": false,
66
"private": true,

0 commit comments

Comments
 (0)