Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.0...v2.3.0) (2019-06-02)

### Bug Fixes

* 🐛 Removed jest cache that causes out of memory error ([7f1cf46](7f1cf46))
* 🐛 Removed unused import ([9db4917](9db4917))

### Features

* 🎸 Support for where and sort using field paths ([96131d6](96131d6)), closes [#55](#55)
  • Loading branch information
semantic-release-bot committed Jun 2, 2019
1 parent 9db4917 commit 1553a2b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.3.0](https://github.com/mindhivefi/ts-mock-firebase/compare/v2.2.0...v2.3.0) (2019-06-02)


### Bug Fixes

* 🐛 Removed jest cache that causes out of memory error ([7f1cf46](https://github.com/mindhivefi/ts-mock-firebase/commit/7f1cf46))
* 🐛 Removed unused import ([9db4917](https://github.com/mindhivefi/ts-mock-firebase/commit/9db4917))


### Features

* 🎸 Support for where and sort using field paths ([96131d6](https://github.com/mindhivefi/ts-mock-firebase/commit/96131d6)), closes [#55](https://github.com/mindhivefi/ts-mock-firebase/issues/55)

# [2.2.0](https://github.com/mindhivefi/ts-mock-firebase/compare/v2.1.4...v2.2.0) (2019-06-02)


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": "ts-mock-firebase",
"version": "2.2.0",
"version": "2.3.0",
"description": "Mock objects for Firebase",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 1553a2b

Please sign in to comment.