From b8aca46791fbbf21b52b5c3bea865da95addd464 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Sep 2022 20:04:13 +0000 Subject: [PATCH] chore(firestore-utils): release v.1.4.0 [skip ci] ## @jackdbd/firestore-utils [1.4.0](https://github.com/jackdbd/calderone/compare/@jackdbd/firestore-utils@1.3.0...@jackdbd/firestore-utils@1.4.0) (2022-09-14) ### Features * **firestore:** init client on Cloud Functions and Cloud Run service ([168a475](https://github.com/jackdbd/calderone/commit/168a475d4294e1111653c64a6bf6e42473ba5753)) ### Bug Fixes * **firestore-utils:** improve typings ([5cb762a](https://github.com/jackdbd/calderone/commit/5cb762ad0aa3353f557c423fd61ad0b85a550fab)) * **firestore-utils:** increase timeout in a test ([c1eac1b](https://github.com/jackdbd/calderone/commit/c1eac1bd076d71ec96659351c4fdaae1d945f2cd)) --- packages/firestore-utils/CHANGELOG.md | 13 +++++++++++++ packages/firestore-utils/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/packages/firestore-utils/CHANGELOG.md b/packages/firestore-utils/CHANGELOG.md index 93736ce5..12d62106 100644 --- a/packages/firestore-utils/CHANGELOG.md +++ b/packages/firestore-utils/CHANGELOG.md @@ -1,5 +1,18 @@ # CHANGELOG +## @jackdbd/firestore-utils [1.4.0](https://github.com/jackdbd/calderone/compare/@jackdbd/firestore-utils@1.3.0...@jackdbd/firestore-utils@1.4.0) (2022-09-14) + + +### Features + +* **firestore:** init client on Cloud Functions and Cloud Run service ([168a475](https://github.com/jackdbd/calderone/commit/168a475d4294e1111653c64a6bf6e42473ba5753)) + + +### Bug Fixes + +* **firestore-utils:** improve typings ([5cb762a](https://github.com/jackdbd/calderone/commit/5cb762ad0aa3353f557c423fd61ad0b85a550fab)) +* **firestore-utils:** increase timeout in a test ([c1eac1b](https://github.com/jackdbd/calderone/commit/c1eac1bd076d71ec96659351c4fdaae1d945f2cd)) + ## @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) diff --git a/packages/firestore-utils/package.json b/packages/firestore-utils/package.json index 7bd5c656..9f18516b 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.3", + "version": "1.4.0", "description": "Utility functions to work with Firestore", "author": { "name": "Giacomo Debidda",