git-changelog-command-line
Advanced tools
Comparing version 1.71.0 to 1.72.0
@@ -6,2 +6,11 @@ | ||
## 1.72.0 | ||
### No issue | ||
**working on example** | ||
[dfc8438949f7afd](https://github.com/tomasbjerre/git-changelog-command-line/commit/dfc8438949f7afd) Tomas Bjerre *2021-05-25 14:11:10* | ||
## 1.69.0 | ||
@@ -8,0 +17,0 @@ ### No issue |
@@ -68,3 +68,3 @@ #! /usr/bin/env node | ||
var path = require('path'); | ||
var jarName = "git-changelog-command-line-1.71.0.jar"; | ||
var jarName = "git-changelog-command-line-1.72.0.jar"; | ||
var mainClass = "{{MAIN_CLASS}}"; | ||
@@ -71,0 +71,0 @@ var classPath = "{{CLASSPATH}}"; |
@@ -15,5 +15,5 @@ { | ||
"preferGlobal": true, | ||
"version": "1.71.0", | ||
"version": "1.72.0", | ||
"jdeploy": { | ||
"jar": "build/libs/git-changelog-command-line-1.71.0.jar" | ||
"jar": "build/libs/git-changelog-command-line-1.72.0.jar" | ||
}, | ||
@@ -20,0 +20,0 @@ "dependencies": { |
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
9591661