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

Commit 9f04d07

Browse files
committed
chore: release 1.0.1
1 parent 3853a48 commit 9f04d07

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+
## 1.0.1 - 2018-11-29
4+
- fix #133: cli package vulnerability
5+
36
## 1.0.0 - 2018-08-29
47
- chore: upgrade dependencies (lodash, debug), addresses CVE-2017-16137, CVE-2018-3721
58
- feat #130: add `--version` cli option

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* firebase-server 1.0.0
2+
* firebase-server 1.0.1
33
* License: MIT.
44
* Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, Uri Shaked and contributors.
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": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Simple Firebase Server",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)