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

Commit 73b30b0

Browse files
committed
chore: release 0.12.0
1 parent 68fe4ca commit 73b30b0

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

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

3+
## 0.12.0 - 2017-11-16
4+
- REST API support ([#95](https://github.com/urish/firebase-server/pull/95), contributed by [p-salido](https://github.com/p-salido))
5+
- Daemonization option ([#111](https://github.com/urish/firebase-server/pull/111), contributed by [p-salido](https://github.com/p-salido))
6+
37
## 0.11.0 - 2017-08-19
48
- Migrate to Targaryen 3 ([#100](https://github.com/urish/firebase-server/pull/100), contributed by [dotdoom](https://github.com/dotdoom))
59
- 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))

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* firebase-server 0.11.0
2+
* firebase-server 0.12.0
33
* License: MIT.
4-
* Copyright (C) 2013, 2014, 2015, 2016, 2017, Uri Shaked.
4+
* Copyright (C) 2013, 2014, 2015, 2016, 2017, Uri Shaked and contributors.
55
*/
66

77
'use strict';

package-lock.json

Lines changed: 8 additions & 2 deletions
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.11.0",
3+
"version": "0.12.0",
44
"description": "Simple Firebase Server",
55
"main": "index.js",
66
"bin": "./bin/firebase-server.js",

0 commit comments

Comments
 (0)