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

Commit

Permalink
🔖 Release v1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 22, 2020
1 parent 3622240 commit c821f9d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v1.1.1 (2020-12-22)

[📝 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))

### ⬆️ Dependency updates

- [`9a38ac7`](https://github.com/koj-co/firebase-sync/commit/9a38ac7) Bump @types/jest from 26.0.17 to 26.0.18
- [`fb3d852`](https://github.com/koj-co/firebase-sync/commit/fb3d852) Bump firebase-admin from 9.4.1 to 9.4.2
- [`bb2eaec`](https://github.com/koj-co/firebase-sync/commit/bb2eaec) Bump actions/setup-node from v2.1.2 to v2.1.3
- [`e465071`](https://github.com/koj-co/firebase-sync/commit/e465071) Bump @types/jest from 26.0.18 to 26.0.19
- [`22d81a3`](https://github.com/koj-co/firebase-sync/commit/22d81a3) Bump typescript from 4.1.2 to 4.1.3
- [`9a584b7`](https://github.com/koj-co/firebase-sync/commit/9a584b7) Bump stefanzweifel/git-auto-commit-action
- [`72ac6fd`](https://github.com/koj-co/firebase-sync/commit/72ac6fd) Bump actions/setup-node from v2.1.3 to v2.1.4
- [`2c9f641`](https://github.com/koj-co/firebase-sync/commit/2c9f641) Bump vsoch/pull-request-action from 1.0.12 to 1.0.13
- [`66e86cd`](https://github.com/koj-co/firebase-sync/commit/66e86cd) Bump pascalgn/automerge-action from v0.12.0 to v0.13.0
- [`a23fd46`](https://github.com/koj-co/firebase-sync/commit/a23fd46) Bump axios from 0.21.0 to 0.21.1

## v1.1.0 (2020-12-08)

[📝 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))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koj/firebase-sync",
"version": "1.1.0",
"version": "1.1.1",
"description": "Sync new Firebase records in near real-time",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit c821f9d

Please sign in to comment.