Skip to content

Commit 4112f1a

Browse files
author
Eduardo Quagliato
committed
v1.1.0
1 parent b6e7407 commit 4112f1a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
v1.1.0 -- 2017-09-09
2+
3+
- New replace configurations for batch and bulk updates
4+
- Overhaul in documentation
5+
- Standard JS lint

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "mysql2mongo",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "It imports the MySQL records to a Mongo-based database",
55
"main": "run.js",
66
"scripts": {
77
"start": "node run.js",
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},
1010
"author": "Eduardo Quagliato <[email protected]>",
11-
"license": "UNLICENSED",
11+
"license": "MIT",
1212
"dependencies": {
1313
"async": "^2.1.2",
1414
"eslint": "^4.6.1",

0 commit comments

Comments
 (0)