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.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Aug 29, 2018
1 parent b400216 commit c8791b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.0 - 2018-08-29
- chore: upgrade dependencies (lodash, debug), addresses CVE-2017-16137, CVE-2018-3721
- feat #130: add `--version` cli option

## 1.0.0-rc.2 - 2018-05-28
- fix #123: Cannot run server v1.0.0-rc.1

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.0-rc.2
* firebase-server 1.0.0
* License: MIT.
* Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018 Uri Shaked and contributors.
* Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, 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.0-rc.2",
"version": "1.0.0",
"description": "Simple Firebase Server",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit c8791b8

Please sign in to comment.