Skip to content

Commit 65480fa

Browse files
authored
Release 1.2.0-beta.0 (#389)
1 parent 29a94ca commit 65480fa

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.0-beta.0] - 2023-07-15
11+
1012
- Added `ISyncExternalStore<T>` and `SyncExternalStore<T>` to make creating external stores for `React.useSyncExternalStore` easier (Requires React@18 or higher)
1113

1214
## [1.1.1] - 2022-10-13

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
@@ -68,5 +68,5 @@
6868
},
6969
"sideEffects": false,
7070
"type": "module",
71-
"version": "1.1.1"
71+
"version": "1.2.0-beta.0"
7272
}

0 commit comments

Comments
 (0)