Skip to content

Commit

Permalink
release: 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed May 31, 2023
1 parent b637974 commit bfd02c2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 0.2.1

**Core Changes**

- New hook: `useMap`
- New hook: `useSet`
- New hook: `useArray`
- New hook: `useErrorBoundary`
- New hook: `useUncontrolled`
- New hook: `useClipboard`
- New util: `noop`
- New util: `request-idle-callback`
- New util: `typescriptHappyForwardRef`

# 0.2.0

**Core Changes**
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.0",
"version": "0.2.1",
"description": "React Hooks/Utils done right. For browser, SSR, and React Server Components.",
"sideEffects": false,
"private": true,
Expand Down

0 comments on commit bfd02c2

Please sign in to comment.