@jaszczakw/conventional-changelog-angular
Advanced tools
Comparing version 5.0.3 to 5.0.4
{ | ||
"name": "@jaszczakw/conventional-changelog-angular", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"description": "conventional-changelog angular preset", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -90,2 +90,4 @@ 'use strict' | ||
} | ||
commit.subject = commit.subject.slice(0,1).toUpperCase().concat(commit.subject.slice(1)) | ||
} | ||
@@ -92,0 +94,0 @@ |
Sorry, the diff of this file is not supported yet
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
28091
153