Skip to content

Commit b25d207

Browse files
committed
1.5.3
1 parent 4d4f7ef commit b25d207

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

History.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v1.5.3 / 2016-04-24
2+
==================
3+
4+
* Change LICENSE to Apache2 from GPL3
5+
* Tested against `node`@5.x
6+
* Update `logger-request`@3.6.1
7+
* Update `bson`@0.4.23
8+
* Update `mongodb`@2.1.16
9+
110
v1.5.2 / 2016-02-07
211
==================
312

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.2",
2+
"version": "1.5.3",
33
"name": "mongodb-restore",
44
"description": "restore data from mongodb-backup",
55
"keywords": [
@@ -47,5 +47,5 @@
4747
"test": "mocha --bail --check-leaks --globals Promise --timeout 15000",
4848
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --timeout 15000"
4949
},
50-
"license": "GPL-3.0"
50+
"license": "Apache-2.0"
5151
}

0 commit comments

Comments
 (0)