Skip to content

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thdk committed Oct 3, 2022
1 parent 7886c9d commit 986b6d5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,7 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.2.0](https://github.com/thdk/firestorable/compare/v2.1.1...v2.2.0)
## [v2.2.1](https://github.com/thdk/firestorable/compare/v2.2.0...v2.2.1)

### Commits

- chore: update to node +v16 [`7886c9d`](https://github.com/thdk/firestorable/commit/7886c9d470ea0240bfba21e86e1f96c9bfecbb18)
- perf: fix possible memory leak [`bb8707e`](https://github.com/thdk/firestorable/commit/bb8707e3654bdbbefe5531c7ea2d00cbeaf545c9)
- fix: refetch collection when query changes during initial fetch [`b6ce3dd`](https://github.com/thdk/firestorable/commit/b6ce3dd626b8cb84db7f353727968d66362a7e56)
- chore: update peer dependency version of firebase-admin [`60ba53a`](https://github.com/thdk/firestorable/commit/60ba53a6378d6fa5e8d5d5483aeb9c0a8f45ebf0)

## [v2.2.0](https://github.com/thdk/firestorable/compare/v2.1.1...v2.2.0) - 2021-12-17

### Commits

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
@@ -1,6 +1,6 @@
{
"name": "firestorable",
"version": "2.2.0",
"version": "2.2.1",
"description": "Mobx observable wrapper for firebase firestore database.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 986b6d5

Please sign in to comment.