iw-mysql-wrapper
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -39,7 +39,14 @@ module.exports = function (grunt) { | ||
} | ||
}, | ||
"bump": { | ||
"options": { | ||
commitMessage: 'release %VERSION%', | ||
commitFiles: [ "-a" ], | ||
tagName: '%VERSION%', | ||
tagMessage: 'version %VERSION%', | ||
pushTo: 'origin' | ||
} | ||
} | ||
}); | ||
grunt.renameTask("release", "_release"); | ||
grunt.registerTask("default", ["jshint:dist", "test"]); | ||
@@ -51,5 +58,5 @@ grunt.registerTask("test", ["mochaTest"]); | ||
if (bump != "patch" && bump != "minor" && bump != "major") grunt.fail.fatal("Please pass --bump"); | ||
grunt.task.run(["checkbranch:master", "checkpending", "_release:" + bump]); | ||
grunt.task.run(["checkbranch:master", "checkpending", "default", "bump:" + bump]); | ||
}); | ||
}; |
{ | ||
"name": "iw-mysql-wrapper", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Internal wrapper: promises, logging, binding", | ||
@@ -27,2 +27,3 @@ "main": "index.js", | ||
"grunt": "0.4.x", | ||
"grunt-bump": "0.3.x", | ||
"grunt-checkbranch": "0.3.x", | ||
@@ -34,3 +35,2 @@ "grunt-checkpending": "0.1.x", | ||
"grunt-mocha-test": "0.12.x", | ||
"grunt-release": "0.11.x", | ||
"load-grunt-tasks": "3.x", | ||
@@ -37,0 +37,0 @@ "mocha": "2.x", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13298
332
0