Skip to content

Commit 2a8b72b

Browse files
chore: 4.0.3 [skip ci]
## [4.0.3](v4.0.2...v4.0.3) (2023-11-25) ### Bug Fixes * `exactOptionalPropertyTypes` TS option compatibility ([#256](#256)) ([581774a](581774a))
1 parent 581774a commit 2a8b72b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.3](https://github.com/andipaetzold/react-firehooks/compare/v4.0.2...v4.0.3) (2023-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* `exactOptionalPropertyTypes` TS option compatibility ([#256](https://github.com/andipaetzold/react-firehooks/issues/256)) ([581774a](https://github.com/andipaetzold/react-firehooks/commit/581774a17f3632607d6bb2b6e0244e14a450a0cc))
7+
18
## [4.0.2](https://github.com/andipaetzold/react-firehooks/compare/v4.0.1...v4.0.2) (2023-11-05)
29

310

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-firehooks",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "Lightweight dependency-free collection of React hooks for Firebase",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)