Skip to content

Commit 71a0aa1

Browse files
committed
2.2.0
1 parent a86bc63 commit 71a0aa1

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ 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.1.1](https://github.com/thdk/firestorable/compare/v2.1.0...v2.1.1)
8+
## [v2.2.0](https://github.com/thdk/firestorable/compare/v2.1.1...v2.2.0)
9+
10+
### Commits
11+
12+
- feat: add queryAsync method to Collection [`a86bc63`](https://github.com/thdk/firestorable/commit/a86bc63b3c3e2706e31070794f0eeded4bb74332)
13+
14+
## [v2.1.1](https://github.com/thdk/firestorable/compare/v2.1.0...v2.1.1) - 2021-10-12
915

1016
### Commits
1117

package-lock.json

Lines changed: 1 addition & 1 deletion
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.1.1",
3+
"version": "2.2.0",
44
"description": "Mobx observable wrapper for firebase firestore database.",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)