diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f107a0..415cd59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 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)) + +### โœจ New features + +- [`b714e6d`](https://github.com/koj-co/firebase-sync/commit/b714e6d) Post to Slack + ## v1.0.2 (2020-12-08) [๐Ÿ“ Release notes](https://github.com/koj-co/firebase-sync/releases/tag/v1.0.2) ยท [๐Ÿ’ป Compare](https://github.com/koj-co/firebase-sync/compare/v1.0.1...v1.0.2) ยท [๐Ÿ”– Tag](https://github.com/koj-co/firebase-sync/tree/v1.0.2) ยท ๐Ÿ—„๏ธ Archive ([zip](https://github.com/koj-co/firebase-sync/archive/v1.0.2.zip) ยท [tar.gz](https://github.com/koj-co/firebase-sync/archive/v1.0.2.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 4f2c93d..baa098e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@koj/firebase-sync", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eadb9ee..f8287c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@koj/firebase-sync", - "version": "1.0.2", + "version": "1.1.0", "description": "Sync new Firebase records in near real-time", "main": "dist/index.js", "scripts": {