From 1553a2b0ac99e1837acdb13c59e75e0ced01e04e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 2 Jun 2019 23:35:15 +0000 Subject: [PATCH] chore(release): 2.3.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [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) --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6398ff..dbc26dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 89f56e9..261ab60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ts-mock-firebase", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8155965..c54ff37 100644 --- a/package.json +++ b/package.json @@ -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": {