Skip to content

Commit

Permalink
chore: 1.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.2](v1.4.1...v1.4.2) (2021-10-22)

### Bug Fixes

* loading state for undefined refs/queries ([#16](#16)) ([385a5de](385a5de))
  • Loading branch information
semantic-release-bot committed Oct 22, 2021
1 parent 385a5de commit 10c42dd
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 @@
## [1.4.2](https://github.com/andipaetzold/react-firehooks/compare/v1.4.1...v1.4.2) (2021-10-22)


### Bug Fixes

* loading state for undefined refs/queries ([#16](https://github.com/andipaetzold/react-firehooks/issues/16)) ([385a5de](https://github.com/andipaetzold/react-firehooks/commit/385a5def225df12b521b83896495104ea0e9d82f))

## [1.4.1](https://github.com/andipaetzold/react-firehooks/compare/v1.4.0...v1.4.1) (2021-10-20)


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": "1.4.1",
"version": "1.4.2",
"description": "Lightweight dependency-free collection of React hooks for Firebase",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down

0 comments on commit 10c42dd

Please sign in to comment.