Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thdk committed Dec 17, 2021
1 parent a86bc63 commit 71a0aa1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ 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.1.1](https://github.com/thdk/firestorable/compare/v2.1.0...v2.1.1)
## [v2.2.0](https://github.com/thdk/firestorable/compare/v2.1.1...v2.2.0)

### Commits

- feat: add queryAsync method to Collection [`a86bc63`](https://github.com/thdk/firestorable/commit/a86bc63b3c3e2706e31070794f0eeded4bb74332)

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

### Commits

Expand Down
2 changes: 1 addition & 1 deletion 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": "firestorable",
"version": "2.1.1",
"version": "2.2.0",
"description": "Mobx observable wrapper for firebase firestore database.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 71a0aa1

Please sign in to comment.