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.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Nov 16, 2017
1 parent 68fe4ca commit 73b30b0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 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.12.0 - 2017-11-16
- REST API support ([#95](https://github.com/urish/firebase-server/pull/95), contributed by [p-salido](https://github.com/p-salido))
- Daemonization option ([#111](https://github.com/urish/firebase-server/pull/111), contributed by [p-salido](https://github.com/p-salido))

## 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))
Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* firebase-server 0.11.0
* firebase-server 0.12.0
* License: MIT.
* Copyright (C) 2013, 2014, 2015, 2016, 2017, Uri Shaked.
* Copyright (C) 2013, 2014, 2015, 2016, 2017, Uri Shaked and contributors.
*/

'use strict';
Expand Down
10 changes: 8 additions & 2 deletions 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase-server",
"version": "0.11.0",
"version": "0.12.0",
"description": "Simple Firebase Server",
"main": "index.js",
"bin": "./bin/firebase-server.js",
Expand Down

0 comments on commit 73b30b0

Please sign in to comment.