diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f241115..b6b77a68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.2.10 + +**Core Changes** + +- Add `useCompositionInput` +- `createContextState` now returns a fourth value in the tuple, which is the React Context that holds the state value. It is designed to be used with `React.use`. + # 0.2.9 **Core Changes** diff --git a/package.json b/package.json index a72221ba..9380a1de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foxact", - "version": "0.2.9", + "version": "0.2.10", "description": "React Hooks/Utils done right. For browser, SSR, and React Server Components.", "sideEffects": false, "private": true,