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

Commit 00a5149

Browse files
🔖 Release v1.0.1 [skip ci]
1 parent 920410e commit 00a5149

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v1.0.1 (2020-12-08)
2+
3+
[📝 Release notes](https://github.com/koj-co/firebase-sync/releases/tag/v1.0.1) · [💻 Compare](https://github.com/koj-co/firebase-sync/compare/v1.0.0...v1.0.1) · [🔖 Tag](https://github.com/koj-co/firebase-sync/tree/v1.0.1) · 🗄️ Archive ([zip](https://github.com/koj-co/firebase-sync/archive/v1.0.1.zip) · [tar.gz](https://github.com/koj-co/firebase-sync/archive/v1.0.1.tar.gz))
4+
5+
### ♻️ Updates
6+
7+
- [`79067f2`](https://github.com/koj-co/firebase-sync/commit/79067f2) Remove key prefix from Firebase env
8+
19
## v1.0.0 (2020-12-08)
210

311
[📝 Release notes](https://github.com/koj-co/firebase-sync/releases/tag/v1.0.0) · [🔖 Tag](https://github.com/koj-co/firebase-sync/tree/v1.0.0) · 🗄️ Archive ([zip](https://github.com/koj-co/firebase-sync/archive/v1.0.0.zip) · [tar.gz](https://github.com/koj-co/firebase-sync/archive/v1.0.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.0.0",
3+
"version": "1.0.1",
44
"description": "Sync new Firebase records in near real-time",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)