Skip to content

Commit 986b6d5

Browse files
committed
2.2.1
1 parent 7886c9d commit 986b6d5

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [v2.2.0](https://github.com/thdk/firestorable/compare/v2.1.1...v2.2.0)
8+
## [v2.2.1](https://github.com/thdk/firestorable/compare/v2.2.0...v2.2.1)
9+
10+
### Commits
11+
12+
- chore: update to node +v16 [`7886c9d`](https://github.com/thdk/firestorable/commit/7886c9d470ea0240bfba21e86e1f96c9bfecbb18)
13+
- perf: fix possible memory leak [`bb8707e`](https://github.com/thdk/firestorable/commit/bb8707e3654bdbbefe5531c7ea2d00cbeaf545c9)
14+
- fix: refetch collection when query changes during initial fetch [`b6ce3dd`](https://github.com/thdk/firestorable/commit/b6ce3dd626b8cb84db7f353727968d66362a7e56)
15+
- chore: update peer dependency version of firebase-admin [`60ba53a`](https://github.com/thdk/firestorable/commit/60ba53a6378d6fa5e8d5d5483aeb9c0a8f45ebf0)
16+
17+
## [v2.2.0](https://github.com/thdk/firestorable/compare/v2.1.1...v2.2.0) - 2021-12-17
918

1019
### Commits
1120

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firestorable",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Mobx observable wrapper for firebase firestore database.",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)