git-changelog-command-line
Advanced tools
Comparing version 1.68.0 to 1.69.0
@@ -6,2 +6,11 @@ | ||
## 1.69.0 | ||
### No issue | ||
**feat: using simple String for helpers** | ||
[cbd877fa7d71fd9](https://github.com/tomasbjerre/git-changelog-command-line/commit/cbd877fa7d71fd9) Tomas Bjerre *2021-05-23 19:04:50* | ||
## 1.68.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.68.0.jar"; | ||
var jarName = "git-changelog-command-line-1.69.0.jar"; | ||
var mainClass = "{{MAIN_CLASS}}"; | ||
@@ -71,0 +71,0 @@ var classPath = "{{CLASSPATH}}"; |
@@ -15,5 +15,5 @@ { | ||
"preferGlobal": true, | ||
"version": "1.68.0", | ||
"version": "1.69.0", | ||
"jdeploy": { | ||
"jar": "build/libs/git-changelog-command-line-1.68.0.jar" | ||
"jar": "build/libs/git-changelog-command-line-1.69.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
9594839