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

Commit

Permalink
🔖 Release v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 8, 2020
1 parent 7b5c9ca commit e6da1f1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 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))

### ✨ New features

- [`1d074c9`](https://github.com/koj-co/firebase-sync/commit/1d074c9) Add basic action

### ♻️ Updates

- [`6eb3621`](https://github.com/koj-co/firebase-sync/commit/6eb3621) Use || instead of ??

### ⬆️ Dependency updates

- [`050b7fe`](https://github.com/koj-co/firebase-sync/commit/050b7fe) Update dependencies
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": "0.0.0",
"version": "1.0.0",
"description": "Sync new Firebase records in near real-time",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit e6da1f1

Please sign in to comment.