From 5e41df1fef979decc26957531af55d4b4b56df1f Mon Sep 17 00:00:00 2001 From: Martin Heidegger Date: Tue, 28 Feb 2017 13:39:13 +0900 Subject: [PATCH] chore(release): 1.1.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1efdbb..1e299fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [1.1.1](https://github.com/martinheidegger/firebase-stream/compare/v1.1.0...v1.1.1) (2017-02-28) + + +### Bug Fixes + +* Tests were run against local firebase db, now they are properly run with latency (and fixes all the resulting problems) ([300ef33](https://github.com/martinheidegger/firebase-stream/commit/300ef33)) + + + # [1.1.0](https://github.com/martinheidegger/firebase-stream/compare/v1.0.0...v1.1.0) (2017-02-27) diff --git a/package.json b/package.json index 2c40c1f..54da859 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firebase-stream", - "version": "1.1.0", + "version": "1.1.1", "description": "A remote stream connection using the firebase db", "main": "createStream.js", "scripts": {