We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1914c91 commit 0287f31Copy full SHA for 0287f31
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## [0.1.0](https://github.com/will-stone/2n8/compare/0.0.5...0.1.0) (2024-12-02)
4
+
5
+### Minor changes
6
7
+- ClassyStore -> TwoAndEight, createClassyStore -> createStore
8
+ ([1914c91](https://github.com/will-stone/2n8/commit/1914c91e36baba97a4b26f765d1388768c5e7aa6))
9
10
+### Patches
11
12
+- Add reset state ability
13
+ ([ce28af7](https://github.com/will-stone/2n8/commit/ce28af7a61fd152497604012b9d42a6f529946a9))
14
15
## [0.0.5](https://github.com/will-stone/2n8/compare/0.0.4...0.0.5) (2024-12-02)
16
17
### Patches
package.json
@@ -1,6 +1,6 @@
{
"name": "2n8",
- "version": "0.0.5",
+ "version": "0.1.0",
"description": "Simple state management.",
"license": "ISC",
"author": "Will Stone",
0 commit comments