We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284fb26 commit 66f76fbCopy full SHA for 66f76fb
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.2.0](https://github.com/will-stone/2n8/compare/0.1.0...0.2.0) (2024-12-03)
4
+
5
+### Minor changes
6
7
+- Removed React hook from main bundle, and exported it from /react
8
+ ([284fb26](https://github.com/will-stone/2n8/commit/284fb26d100df82dbf7d0769f45e280816e03618))
9
10
## [0.1.0](https://github.com/will-stone/2n8/compare/0.0.5...0.1.0) (2024-12-02)
11
12
### Minor changes
package.json
@@ -1,6 +1,6 @@
{
"name": "2n8",
- "version": "0.1.0",
+ "version": "0.2.0",
"description": "Simple state management.",
"license": "ISC",
"author": "Will Stone",
0 commit comments