Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheidegger committed Feb 27, 2017
1 parent 7c93044 commit a7f04d1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,5 +2,20 @@

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.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/martinheidegger/firebase-stream/compare/v1.0.0...v1.1.0) (2017-02-27)


### Bug Fixes

* **docs:** Slightly improved unfinished sentence. ([7c93044](https://github.com/martinheidegger/firebase-stream/commit/7c93044))


### Features

* **structure:** Added finished child to find out if a stream has finished ([956ffbf](https://github.com/martinheidegger/firebase-stream/commit/956ffbf))



<a name="1.0.0"></a>
# 1.0.0 (2017-02-27)
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "firebase-stream",
"version": "1.0.0",
"version": "1.1.0",
"description": "A remote stream connection using the firebase db",
"main": "createStream.js",
"scripts": {
Expand Down

0 comments on commit a7f04d1

Please sign in to comment.