Skip to content

Commit a11761e

Browse files
committed
chore(release): 3.3.3
1 parent 2054d86 commit a11761e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [3.3.3](https://github.com/diegohaz/constate/compare/v3.3.2...v3.3.3) (2025-04-01)
6+
7+
8+
### Bug Fixes
9+
10+
* Allow React 19 as a peer dependency ([#161](https://github.com/diegohaz/constate/issues/161)) ([2054d86](https://github.com/diegohaz/constate/commit/2054d86b918a93c6be97bcf4f0705b3eb6326c25))
11+
512
### [3.3.2](https://github.com/diegohaz/constate/compare/v3.3.1...v3.3.2) (2022-04-18)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "constate",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "Yet another React state management library that lets you work with local state and scale up to global state with ease",
55
"license": "MIT",
66
"repository": "diegohaz/constate",

0 commit comments

Comments
 (0)