conventional-changelog-codemirror
Advanced tools
Comparing version 2.0.1 to 2.0.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.0.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-codemirror@2.0.1...conventional-changelog-codemirror@2.0.2) (2019-10-02) | ||
### Bug Fixes | ||
* use full commit hash in commit link ([7a60dec](https://github.com/conventional-changelog/conventional-changelog/commit/7a60dec)), closes [#476](https://github.com/conventional-changelog/conventional-changelog/issues/476) | ||
## [2.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-codemirror@2.0.0...conventional-changelog-codemirror@2.0.1) (2018-11-01) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "conventional-changelog-codemirror", | ||
"version": "2.0.1", | ||
"version": "2.0.3", | ||
"description": "conventional-changelog CodeMirror preset", | ||
@@ -38,3 +38,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "f301b0de0b954713a50b2256a3140e21817d14c0" | ||
"gitHead": "7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8" | ||
} |
@@ -30,3 +30,3 @@ 'use strict' | ||
if (typeof commit.hash === `string`) { | ||
commit.hash = commit.hash.substring(0, 7) | ||
commit.shortHash = commit.hash.substring(0, 7) | ||
} | ||
@@ -33,0 +33,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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
13684
1