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.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Aug 19, 2017
1 parent fcb1fca commit 729e00d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 0.11.0 - 2017-08-19
- Migrate to Targaryen 3 ([#100](https://github.com/urish/firebase-server/pull/100), contributed by [dotdoom](https://github.com/dotdoom))
- Support passing a WebSocket.Server options object to the FirebaseServer constructor ([#101](https://github.com/urish/firebase-server/pull/101), contributed by [tommie](https://github.com/tommie))
- Fix security rules validation for updates ([#99](https://github.com/urish/firebase-server/pull/99), contributed by [dotdoom](https://github.com/dotdoom))
- Add support for -s option (shared auth secret) ([#91](https://github.com/urish/firebase-server/pull/91), contributed by [dchaley](https://github.com/dchaley))

## 0.10.1 - 2017-05-17
- Properly fill in auth object for Android ([#89](https://github.com/urish/firebase-server/pull/89), contributed by [dotdoom](https://github.com/dotdoom))

Expand Down
2 changes: 1 addition & 1 deletion index.js
@@ -1,5 +1,5 @@
/*
* firebase-server 0.10.1
* firebase-server 0.11.0
* License: MIT.
* Copyright (C) 2013, 2014, 2015, 2016, 2017, Uri Shaked.
*/
Expand Down
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
@@ -1,6 +1,6 @@
{
"name": "firebase-server",
"version": "0.10.1",
"version": "0.11.0",
"description": "Simple Firebase Server",
"main": "index.js",
"bin": "./bin/firebase-server.js",
Expand Down

0 comments on commit 729e00d

Please sign in to comment.