Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
chore(*): release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Nov 28, 2016
1 parent 53677e5 commit 3c40ab7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.7.1 - 2016-11-28
- Fix deprecation warning with Firebase 3.6.x ([#68](https://github.com/urish/firebase-server/pull/68), contributed by [mironal](https://github.com/mironal))
- Fix broken unit tests with Firebase >= 3.3.0

## 0.7.0 - 2016-08-13
- Upgrade `ws` dependency to 1.1.1 (latest version)

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* firebase-server 0.7.0
* firebase-server 0.7.1
* License: MIT.
* Copyright (C) 2013, 2014, 2015, 2016, Uri Shaked.
*/
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase-server",
"version": "0.7.0",
"version": "0.7.1",
"description": "Simple Firebase Server",
"main": "index.js",
"bin": "./bin/firebase-server.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"coveralls": "2.11.4",
"eslint": "1.7.3",
"faye-websocket": "0.10.0",
"firebase": "3.6.0",
"firebase": "3.6.1",
"firebase-token-generator": "^2.0.0",
"istanbul": "0.4.0",
"mocha": "2.3.3",
Expand Down

0 comments on commit 3c40ab7

Please sign in to comment.