We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfe70b commit 2c75024Copy full SHA for 2c75024
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.3.1](https://github.com/will-stone/2n8/compare/0.3.0...0.3.1) (2024-12-10)
4
+
5
+### Patches
6
7
+- Fix derived getters causing infinite loops in React
8
+ ([132d94e](https://github.com/will-stone/2n8/commit/132d94e96c30ab6812f7a91271603f338f4fa7fc))
9
10
## [0.3.0](https://github.com/will-stone/2n8/compare/0.2.5...0.3.0) (2024-12-09)
11
12
### Minor changes
package.json
@@ -1,6 +1,6 @@
{
"name": "2n8",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "Simple state management.",
"license": "ISC",
"author": "Will Stone",
0 commit comments