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

Commit

Permalink
chore: release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Feb 1, 2020
1 parent bb8aad1 commit 287a1a8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.1.0 - 2020-02-01
- fix #136: upgrade targaryen to 3.1.0
- fix #142: respond with null instead of {} for empty path
- docs #140: Add global test hooks example to README.md
- chore(deps): upgrade ws to 7.x
- chore(deps): bump firebase from 6.0.1 to 7.2.3
- chore(deps): bump mixin-deep from 1.3.1 to 1.3.2
- chore(deps): bump handlebars from 4.0.11 to 4.5.1
- chore(deps): bump lodash from 4.17.10 to 4.17.13
- chore(deps): bump extend from 3.0.1 to 3.0.2
- chore(deps): bump js-yaml from 3.11.0 to 3.13.1

## 1.0.2 - 2019-05-08
- fix #138: security vulnerability affecting `jwt-simple` package

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ firebase-server

Firebase Web Socket Protocol Server. Useful for emulating the Firebase server in tests.

Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, 2019, Uri Shaked and contributors
Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, Uri Shaked and contributors

[![Build Status](https://travis-ci.org/urish/firebase-server.png?branch=master)](https://travis-ci.org/urish/firebase-server)
[![Coverage Status](https://coveralls.io/repos/urish/firebase-server/badge.png)](https://coveralls.io/r/urish/firebase-server)
Expand Down
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* firebase-server 1.0.2
* firebase-server 1.1.0
* License: MIT.
* Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, 2019, Uri Shaked and contributors.
* Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, Uri Shaked and contributors.
*/

import * as debug from 'debug';
Expand Down
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": "1.0.2",
"version": "1.1.0",
"description": "Simple Firebase Server",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 287a1a8

Please sign in to comment.