Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Dec 19, 2022
1 parent d9dd95a commit 05a65b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Use Firestore in React with zero effort, using MobX 🤘

## [Unreleased]

## [4.0.1] - 2022-12-19

### Fixed

- Fixed `Collection.isLoading` and `Collection.isLoaded` not reacting to data updates when accessed #180 (thanks @ghatchue).

## [4.0.0] - 2022-03-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firestorter",
"version": "4.0.0",
"version": "4.0.1",
"description": "Simple & super fast Firestore to React bindings using Mobx observables",
"keywords": [
"react-firestore-mobox",
Expand Down

0 comments on commit 05a65b5

Please sign in to comment.