Skip to content

Commit 5813899

Browse files
committed
Release 0.7.2
1 parent 1d32b55 commit 5813899

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
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.7.2](https://github.com/will-stone/2n8/compare/0.7.0...0.7.2) (2025-01-03)
4+
5+
### Patches
6+
7+
- Prevent mutating external objects on nested object state
8+
([b31d1b5](https://github.com/will-stone/2n8/commit/b31d1b51425a6109e27b3eaa109e5ee873b0ff3d))
9+
- Refactor-out multiple loops over the same object
10+
([4913d84](https://github.com/will-stone/2n8/commit/4913d84e3dbefb46f8f874943a77ba3515ba7e9f))
11+
312
## [0.7.0](https://github.com/will-stone/2n8/compare/0.6.0...0.7.0) (2025-01-02)
413

514
### Minor changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)