Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit c821f9d

Browse files
🔖 Release v1.1.1 [skip ci]
1 parent 3622240 commit c821f9d

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v1.1.1 (2020-12-22)
2+
3+
[📝 Release notes](https://github.com/koj-co/firebase-sync/releases/tag/v1.1.1) · [💻 Compare](https://github.com/koj-co/firebase-sync/compare/v1.1.0...v1.1.1) · [🔖 Tag](https://github.com/koj-co/firebase-sync/tree/v1.1.1) · 🗄️ Archive ([zip](https://github.com/koj-co/firebase-sync/archive/v1.1.1.zip) · [tar.gz](https://github.com/koj-co/firebase-sync/archive/v1.1.1.tar.gz))
4+
5+
### ⬆️ Dependency updates
6+
7+
- [`9a38ac7`](https://github.com/koj-co/firebase-sync/commit/9a38ac7) Bump @types/jest from 26.0.17 to 26.0.18
8+
- [`fb3d852`](https://github.com/koj-co/firebase-sync/commit/fb3d852) Bump firebase-admin from 9.4.1 to 9.4.2
9+
- [`bb2eaec`](https://github.com/koj-co/firebase-sync/commit/bb2eaec) Bump actions/setup-node from v2.1.2 to v2.1.3
10+
- [`e465071`](https://github.com/koj-co/firebase-sync/commit/e465071) Bump @types/jest from 26.0.18 to 26.0.19
11+
- [`22d81a3`](https://github.com/koj-co/firebase-sync/commit/22d81a3) Bump typescript from 4.1.2 to 4.1.3
12+
- [`9a584b7`](https://github.com/koj-co/firebase-sync/commit/9a584b7) Bump stefanzweifel/git-auto-commit-action
13+
- [`72ac6fd`](https://github.com/koj-co/firebase-sync/commit/72ac6fd) Bump actions/setup-node from v2.1.3 to v2.1.4
14+
- [`2c9f641`](https://github.com/koj-co/firebase-sync/commit/2c9f641) Bump vsoch/pull-request-action from 1.0.12 to 1.0.13
15+
- [`66e86cd`](https://github.com/koj-co/firebase-sync/commit/66e86cd) Bump pascalgn/automerge-action from v0.12.0 to v0.13.0
16+
- [`a23fd46`](https://github.com/koj-co/firebase-sync/commit/a23fd46) Bump axios from 0.21.0 to 0.21.1
17+
118
## v1.1.0 (2020-12-08)
219

320
[📝 Release notes](https://github.com/koj-co/firebase-sync/releases/tag/v1.1.0) · [💻 Compare](https://github.com/koj-co/firebase-sync/compare/v1.0.2...v1.1.0) · [🔖 Tag](https://github.com/koj-co/firebase-sync/tree/v1.1.0) · 🗄️ Archive ([zip](https://github.com/koj-co/firebase-sync/archive/v1.1.0.zip) · [tar.gz](https://github.com/koj-co/firebase-sync/archive/v1.1.0.tar.gz))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@koj/firebase-sync",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Sync new Firebase records in near real-time",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)