Skip to content

Commit

Permalink
chore(firestore-utils): release v.1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
## @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](168a475))

### Bug Fixes

* **firestore-utils:** improve typings ([5cb762a](5cb762a))
* **firestore-utils:** increase timeout in a test ([c1eac1b](c1eac1b))
  • Loading branch information
semantic-release-bot committed Sep 14, 2022
1 parent 895ae60 commit b8aca46
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/firestore-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/firestore-utils/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b8aca46

Please sign in to comment.