shelljs-changelog
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "shelljs-changelog", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A simple script to create & update a changelog", | ||
@@ -9,5 +9,5 @@ "main": "index.js", | ||
"changelog": "node index.js", | ||
"release:major": "release major", | ||
"release:minor": "release minor", | ||
"release:patch": "release patch" | ||
"release:major": "shelljs-release major", | ||
"release:minor": "shelljs-release minor", | ||
"release:patch": "shelljs-release patch" | ||
}, | ||
@@ -29,4 +29,4 @@ "bin": { | ||
"devDependencies": { | ||
"shelljs-release": "^0.1.5" | ||
"shelljs-release": "^0.2.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
2696