From 00a5149987e4dd8da36286ec61a3f4c68c71034c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 8 Dec 2020 14:55:15 +0000 Subject: [PATCH] :bookmark: Release v1.0.1 [skip ci] --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9827ff3..6f7bc35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.0.1 (2020-12-08) + +[๐Ÿ“ 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)) + +### โ™ป๏ธ Updates + +- [`79067f2`](https://github.com/koj-co/firebase-sync/commit/79067f2) Remove key prefix from Firebase env + ## v1.0.0 (2020-12-08) [๐Ÿ“ 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)) diff --git a/package-lock.json b/package-lock.json index 832f7dd..c9f470b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@koj/firebase-sync", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2df5df0..0846805 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@koj/firebase-sync", - "version": "1.0.0", + "version": "1.0.1", "description": "Sync new Firebase records in near real-time", "main": "dist/index.js", "scripts": {