grunt-hg-release
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "grunt-hg-release", | ||
"description": "Release a new version of your Node-based project using hg/Mercurial", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"homepage": "https://github.com/accordionpeas/grunt-hg-release", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -82,4 +82,5 @@ # grunt-hg-release | ||
## Release History | ||
* 2014-07-03 v0.2.1 Bumped version after pull request merge. | ||
* 2014-07-03 v0.2.0 Log the new version to the console. | ||
* 2014-01-16 v0.1.1 Fixed commit process. | ||
* 2014-01-16 v0.1.0 Initial release. |
@@ -43,3 +43,3 @@ /* | ||
if (err) grunt.fail.fatal(err); | ||
grunt.log,ok('Bumped to version: ' + version); | ||
grunt.log.ok('Bumped to version: ' + version); | ||
done(); | ||
@@ -46,0 +46,0 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5351
85