Skip to content

Commit e6e23d9

Browse files
chore(firestore-utils): release v.1.4.1 [skip ci]
## @jackdbd/firestore-utils [1.4.1](https://github.com/jackdbd/calderone/compare/@jackdbd/[email protected]...@jackdbd/[email protected]) (2022-09-16) ### Dependencies * **@jackdbd/utils:** upgraded to 1.4.0
1 parent 4dfaee3 commit e6e23d9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/firestore-utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## @jackdbd/firestore-utils [1.4.1](https://github.com/jackdbd/calderone/compare/@jackdbd/[email protected]...@jackdbd/[email protected]) (2022-09-16)
4+
5+
6+
7+
### Dependencies
8+
9+
* **@jackdbd/utils:** upgraded to 1.4.0
10+
311
## @jackdbd/firestore-utils [1.4.1-canary.1](https://github.com/jackdbd/calderone/compare/@jackdbd/[email protected]...@jackdbd/[email protected]) (2022-09-16)
412

513

packages/firestore-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jackdbd/firestore-utils",
3-
"version": "1.4.1-canary.1",
3+
"version": "1.4.1",
44
"description": "Utility functions to work with Firestore",
55
"author": {
66
"name": "Giacomo Debidda",
@@ -70,7 +70,7 @@
7070
"test:watch": "npm run test -- --watch"
7171
},
7272
"dependencies": {
73-
"@jackdbd/utils": "1.4.0-canary.1",
73+
"@jackdbd/utils": "1.4.0",
7474
"debug": "^4.3.4"
7575
},
7676
"peerDependencies": {

0 commit comments

Comments
 (0)