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

Commit c72adbb

Browse files
committed
chore: release 0.10.1
1 parent 9a50b2c commit c72adbb

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 0.10.1 - 2017-05-17
4+
- Properly fill in auth object for Android ([#89](https://github.com/urish/firebase-server/pull/89), contributed by [dotdoom](https://github.com/dotdoom))
5+
36
## 0.10.0 - 2017-05-11
47
- Add rules option to cli ([#83](https://github.com/urish/firebase-server/pull/83), contributed by [mediavrog](https://github.com/mediavrog))
58

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.0
2+
* firebase-server 0.10.1
33
* License: MIT.
44
* Copyright (C) 2013, 2014, 2015, 2016, 2017, Uri Shaked.
55
*/

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.0",
3+
"version": "0.10.1",
44
"description": "Simple Firebase Server",
55
"main": "index.js",
66
"bin": "./bin/firebase-server.js",

0 commit comments

Comments
 (0)