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

Commit 729e00d

Browse files
committed
chore: release 0.11.0
1 parent fcb1fca commit 729e00d

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.11.0 - 2017-08-19
4+
- Migrate to Targaryen 3 ([#100](https://github.com/urish/firebase-server/pull/100), contributed by [dotdoom](https://github.com/dotdoom))
5+
- 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))
6+
- Fix security rules validation for updates ([#99](https://github.com/urish/firebase-server/pull/99), contributed by [dotdoom](https://github.com/dotdoom))
7+
- Add support for -s option (shared auth secret) ([#91](https://github.com/urish/firebase-server/pull/91), contributed by [dchaley](https://github.com/dchaley))
8+
39
## 0.10.1 - 2017-05-17
410
- Properly fill in auth object for Android ([#89](https://github.com/urish/firebase-server/pull/89), contributed by [dotdoom](https://github.com/dotdoom))
511

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* firebase-server 0.10.1
2+
* firebase-server 0.11.0
33
* License: MIT.
44
* Copyright (C) 2013, 2014, 2015, 2016, 2017, Uri Shaked.
55
*/

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase-server",
3-
"version": "0.10.1",
3+
"version": "0.11.0",
44
"description": "Simple Firebase Server",
55
"main": "index.js",
66
"bin": "./bin/firebase-server.js",

0 commit comments

Comments
 (0)