Skip to content

Commit f3b3bf7

Browse files
committed
Release 0.19.2
1 parent 1e5d4aa commit f3b3bf7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.19.2](https://github.com/will-stone/2n8/compare/0.19.1...0.19.2) (2025-05-28)
4+
5+
### Patches
6+
7+
- Refactor out one loop
8+
([1e5d4aa](https://github.com/will-stone/2n8/commit/1e5d4aa24d4406e289955e943c98b43d90baa001))
9+
- Export Keys and State
10+
([6067e94](https://github.com/will-stone/2n8/commit/6067e94755030208f35c739498bb66cbf6a4bbbf))
11+
12+
Docs required: Keys = any state, derived, or action name. State = only state
13+
and their values.
14+
315
## [0.19.1](https://github.com/will-stone/2n8/compare/0.19.0...0.19.1) (2025-05-26)
416

517
### Patches

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.19.1",
3+
"version": "0.19.2",
44
"description": "Simple state management.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)