git-changelog-command-line
Advanced tools
Comparing version 1.72.0 to 1.73.0
@@ -6,2 +6,11 @@ | ||
## 1.73.0 | ||
### No issue | ||
**working on example** | ||
[7d05b035a3110c9](https://github.com/tomasbjerre/git-changelog-command-line/commit/7d05b035a3110c9) Tomas Bjerre *2021-05-25 15:50:51* | ||
## 1.72.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.72.0.jar"; | ||
var jarName = "git-changelog-command-line-1.73.0.jar"; | ||
var mainClass = "{{MAIN_CLASS}}"; | ||
@@ -71,0 +71,0 @@ var classPath = "{{CLASSPATH}}"; |
@@ -15,5 +15,5 @@ { | ||
"preferGlobal": true, | ||
"version": "1.72.0", | ||
"version": "1.73.0", | ||
"jdeploy": { | ||
"jar": "build/libs/git-changelog-command-line-1.72.0.jar" | ||
"jar": "build/libs/git-changelog-command-line-1.73.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
9592474