Skip to content

Commit c16c272

Browse files
committed
1.6.1
1 parent 162c1ca commit c16c272

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v1.6.1 / 2016-11-08
2+
==================
3+
4+
* Tested against `node`@7
5+
* Remove support for `node`@0
6+
* Update `graceful-fs`@4.1.10
7+
* Update `logger-request`@3.7.2
8+
19
v1.6.0 / 2016-10-27
210
==================
311

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# [mongodb-restore](https://github.com/hex7c0/mongodb-restore)
22

33
[![NPM version](https://img.shields.io/npm/v/mongodb-restore.svg)](https://www.npmjs.com/package/mongodb-restore)
4-
[![Linux Status](https://img.shields.io/travis/hex7c0/mongodb-restore.svg?label=linux)](https://travis-ci.org/hex7c0/mongodb-restore)
4+
[![Linux Status](https://img.shields.io/travis/hex7c0/mongodb-restore.svg?label=linux-osx)](https://travis-ci.org/hex7c0/mongodb-restore)
55
[![Windows Status](https://img.shields.io/appveyor/ci/hex7c0/mongodb-restore.svg?label=windows)](https://ci.appveyor.com/project/hex7c0/mongodb-restore)
66
[![Dependency Status](https://img.shields.io/david/hex7c0/mongodb-restore.svg)](https://david-dm.org/hex7c0/mongodb-restore)
77
[![Coveralls](https://img.shields.io/coveralls/hex7c0/mongodb-restore.svg)](https://coveralls.io/r/hex7c0/mongodb-restore)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.6.0",
2+
"version": "1.6.1",
33
"name": "mongodb-restore",
44
"description": "restore data from mongodb-backup",
55
"keywords": [

0 commit comments

Comments
 (0)