From c88df8ff37f4eff221335494f139a017fd058053 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Sep 2022 19:13:41 +0000 Subject: [PATCH] chore(firestore-utils): release v.1.4.0-canary.3 [skip ci] ## @jackdbd/firestore-utils [1.4.0-canary.3](https://github.com/jackdbd/calderone/compare/@jackdbd/firestore-utils@1.4.0-canary.2...@jackdbd/firestore-utils@1.4.0-canary.3) (2022-09-14) ### Bug Fixes * **firestore-utils:** improve typings ([5cb762a](https://github.com/jackdbd/calderone/commit/5cb762ad0aa3353f557c423fd61ad0b85a550fab)) --- packages/firestore-utils/CHANGELOG.md | 7 +++++++ packages/firestore-utils/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/firestore-utils/CHANGELOG.md b/packages/firestore-utils/CHANGELOG.md index f5aca107..93736ce5 100644 --- a/packages/firestore-utils/CHANGELOG.md +++ b/packages/firestore-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## @jackdbd/firestore-utils [1.4.0-canary.3](https://github.com/jackdbd/calderone/compare/@jackdbd/firestore-utils@1.4.0-canary.2...@jackdbd/firestore-utils@1.4.0-canary.3) (2022-09-14) + + +### Bug Fixes + +* **firestore-utils:** improve typings ([5cb762a](https://github.com/jackdbd/calderone/commit/5cb762ad0aa3353f557c423fd61ad0b85a550fab)) + ## @jackdbd/firestore-utils [1.4.0-canary.2](https://github.com/jackdbd/calderone/compare/@jackdbd/firestore-utils@1.4.0-canary.1...@jackdbd/firestore-utils@1.4.0-canary.2) (2022-09-13) diff --git a/packages/firestore-utils/package.json b/packages/firestore-utils/package.json index fa6edc6c..34505205 100644 --- a/packages/firestore-utils/package.json +++ b/packages/firestore-utils/package.json @@ -1,6 +1,6 @@ { "name": "@jackdbd/firestore-utils", - "version": "1.4.0-canary.2", + "version": "1.4.0-canary.3", "description": "Utility functions to work with Firestore", "author": { "name": "Giacomo Debidda",