Skip to content

Commit 100e611

Browse files
committed
Release 0.2.2
1 parent cec5da1 commit 100e611

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/will-stone/2n8/compare/0.2.1...0.2.2) (2024-12-05)
4+
5+
### Patches
6+
7+
- Provide initial state to server snapshot of React store
8+
([cec5da1](https://github.com/will-stone/2n8/commit/cec5da120e98b935e59dbb0096d5d3f6dcd7e371))
9+
- Throw if attempting to reset an action
10+
([4444426](https://github.com/will-stone/2n8/commit/444442619438ebd5277a489498e58bc3dc6d9068))
11+
- Add type to $reset
12+
([10a0f41](https://github.com/will-stone/2n8/commit/10a0f411ade17cebe844d370184d1df344a96ddf))
13+
314
## [0.2.1](https://github.com/will-stone/2n8/compare/0.2.0...0.2.1) (2024-12-05)
415

516
### Patches

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "2n8",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Simple state management.",
55
"license": "ISC",
66
"author": "Will Stone",

0 commit comments

Comments
 (0)