We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4f7ef commit b25d207Copy full SHA for b25d207
History.md
@@ -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
10
v1.5.2 / 2016-02-07
11
==================
12
package.json
@@ -1,5 +1,5 @@
{
- "version": "1.5.2",
+ "version": "1.5.3",
"name": "mongodb-restore",
"description": "restore data from mongodb-backup",
"keywords": [
@@ -47,5 +47,5 @@
47
"test": "mocha --bail --check-leaks --globals Promise --timeout 15000",
48
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --timeout 15000"
49
},
50
- "license": "GPL-3.0"
+ "license": "Apache-2.0"
51
}
0 commit comments