Skip to content

Commit 9fbdd57

Browse files
committed
Release 0.2.3
1 parent 197fe56 commit 9fbdd57

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [0.2.3](https://github.com/will-stone/2n8/compare/0.2.2...0.2.3) (2024-12-05)
4+
5+
### Patches
6+
7+
- Show $ methods as methods in IDE
8+
([197fe56](https://github.com/will-stone/2n8/commit/197fe5644d189b51391b2b914b0fef16549608bc))
9+
- Hide emitChange method as it's an internal method
10+
([d63ec4b](https://github.com/will-stone/2n8/commit/d63ec4bdbb417ef954e9a954e925b5d7ec930ce6))
11+
312
## [0.2.2](https://github.com/will-stone/2n8/compare/0.2.1...0.2.2) (2024-12-05)
413

514
### 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.2",
3+
"version": "0.2.3",
44
"description": "Simple state management.",
55
"license": "ISC",
66
"author": "Will Stone",

0 commit comments

Comments
 (0)