Skip to content

Commit

Permalink
chore: 3.1.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0-next.1](v3.0.0...v3.1.0-next.1) (2023-09-12)

### Features

* support React suspense ([#229](#229)) ([afda4e4](afda4e4))
  • Loading branch information
semantic-release-bot committed Sep 12, 2023
1 parent afda4e4 commit 4d3b6f1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.1.0-next.1](https://github.com/andipaetzold/react-firehooks/compare/v3.0.0...v3.1.0-next.1) (2023-09-12)


### Features

* support React suspense ([#229](https://github.com/andipaetzold/react-firehooks/issues/229)) ([afda4e4](https://github.com/andipaetzold/react-firehooks/commit/afda4e41ebd8100eba55c04313c60d14c35e622d))

# [3.0.0](https://github.com/andipaetzold/react-firehooks/compare/v2.5.0...v3.0.0) (2023-08-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-firehooks",
"version": "3.0.0",
"version": "3.1.0-next.1",
"description": "Lightweight dependency-free collection of React hooks for Firebase",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 4d3b6f1

Please sign in to comment.