git-changelog-command-line
Advanced tools
Comparing version 1.49.0 to 1.50.0
@@ -363,3 +363,3 @@ # Git Changelog Command Line changelog | ||
## 1.11 | ||
### GitHub #1 | ||
### GitHub [#1](https://github.com/tomasbjerre/git-changelog-command-line/issues/1) GitHub OAuth2 Token support | ||
@@ -366,0 +366,0 @@ **Support GitHub OAuth2 tokens** |
@@ -68,3 +68,3 @@ #! /usr/bin/env node | ||
var path = require('path'); | ||
var jarName = "git-changelog-command-line-1.49.jar"; | ||
var jarName = "git-changelog-command-line-1.50.jar"; | ||
var mainClass = "{{MAIN_CLASS}}"; | ||
@@ -71,0 +71,0 @@ var classPath = "{{CLASSPATH}}"; |
@@ -11,5 +11,5 @@ { | ||
"preferGlobal": true, | ||
"version": "1.49.0", | ||
"version": "1.50.0", | ||
"jdeploy": { | ||
"jar": "build/libs/git-changelog-command-line-1.49.jar" | ||
"jar": "build/libs/git-changelog-command-line-1.50.jar" | ||
}, | ||
@@ -16,0 +16,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
8860492
8