Skip to content

Commit 0817756

Browse files
committed
Release 0.5.1
1 parent fcc6155 commit 0817756

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.5.1](https://github.com/will-stone/2n8/compare/0.5.0...0.5.1) (2024-12-18)
4+
5+
### Patches
6+
7+
- Fix types on createReactStore returned utils
8+
([fcc6155](https://github.com/will-stone/2n8/commit/fcc6155fdd6668b2eca6a89d5c376fa3e0cb52d5))
9+
- Refactor to use consistent internal store set
10+
([c0a2e42](https://github.com/will-stone/2n8/commit/c0a2e420d7741eb07844780f94a41e1243bffeb3))
11+
312
## [0.5.0](https://github.com/will-stone/2n8/compare/0.4.0...0.5.0) (2024-12-18)
413

514
### Minor changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "2n8",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Simple state management.",
55
"license": "ISC",
66
"author": "Will Stone",

0 commit comments

Comments
 (0)