Skip to content

Commit bbad566

Browse files
committed
chore(release): 3.3.2
1 parent 6611f1c commit bbad566

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.2](https://github.com/diegohaz/constate/compare/v3.3.1...v3.3.2) (2022-04-18)
6+
7+
8+
### Bug Fixes
9+
10+
* Allow React 18 as a peer dependency ([6611f1c](https://github.com/diegohaz/constate/commit/6611f1c74f12281d6e7e7d0c2633f9d7178d2efb))
11+
512
### [3.3.1](https://github.com/diegohaz/constate/compare/v3.3.0...v3.3.1) (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.1",
3+
"version": "3.3.2",
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)