Skip to content

Commit

Permalink
chore(firestore-utils): release v.1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## @jackdbd/firestore-utils 1.0.0 (2022-05-13)

* ci: try publishing to Artifact Registry ([3a86457](3a86457))
* ci: update multi-semanti-release config ([a2f4d69](a2f4d69))
* ci: update semantic-release config ([3fe49c2](3fe49c2))
* ci: update semantic-release config ([f0132a4](f0132a4))
* chore: cleanup semantic-release config ([3ee231a](3ee231a))
* style(all): format all the things ([5d4df8c](5d4df8c))
* feat(firestore-utils): add package ([921c7b8](921c7b8))
* feat(webhooks): add package ([9d61b78](9d61b78))
  • Loading branch information
semantic-release-bot committed May 13, 2022
1 parent 9f7aba8 commit 1324b7a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/firestore-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# CHANGELOG

## @jackdbd/firestore-utils 1.0.0 (2022-05-13)

* ci: try publishing to Artifact Registry ([3a86457](https://github.com/jackdbd/calderone/commit/3a86457))
* ci: update multi-semanti-release config ([a2f4d69](https://github.com/jackdbd/calderone/commit/a2f4d69))
* ci: update semantic-release config ([3fe49c2](https://github.com/jackdbd/calderone/commit/3fe49c2))
* ci: update semantic-release config ([f0132a4](https://github.com/jackdbd/calderone/commit/f0132a4))
* chore: cleanup semantic-release config ([3ee231a](https://github.com/jackdbd/calderone/commit/3ee231a))
* style(all): format all the things ([5d4df8c](https://github.com/jackdbd/calderone/commit/5d4df8c))
* feat(firestore-utils): add package ([921c7b8](https://github.com/jackdbd/calderone/commit/921c7b8))
* feat(webhooks): add package ([9d61b78](https://github.com/jackdbd/calderone/commit/9d61b78))
4 changes: 2 additions & 2 deletions packages/firestore-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jackdbd/firestore-utils",
"version": "0.0.3",
"version": "1.0.0",
"description": "Utility functions to work with Firestore",
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)",
"license": "MIT",
Expand Down Expand Up @@ -50,7 +50,7 @@
"dependencies": {},
"peerDependencies": {
"@google-cloud/firestore": ">=5.0.0",
"@jackdbd/utils": ">=0.0.14",
"@jackdbd/utils": "1.0.0",
"debug": ">=4.0.0"
},
"devDependencies": {}
Expand Down

0 comments on commit 1324b7a

Please sign in to comment.