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

Commit e6da1f1

Browse files
🔖 Release v1.0.0 [skip ci]
1 parent 7b5c9ca commit e6da1f1

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## v1.0.0 (2020-12-08)
2+
3+
[📝 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))
4+
5+
### ✨ New features
6+
7+
- [`1d074c9`](https://github.com/koj-co/firebase-sync/commit/1d074c9) Add basic action
8+
9+
### ♻️ Updates
10+
11+
- [`6eb3621`](https://github.com/koj-co/firebase-sync/commit/6eb3621) Use || instead of ??
12+
13+
### ⬆️ Dependency updates
14+
15+
- [`050b7fe`](https://github.com/koj-co/firebase-sync/commit/050b7fe) Update dependencies

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": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Sync new Firebase records in near real-time",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)