conventional-changelog-core
Advanced tools
Comparing version
@@ -6,2 +6,9 @@ # Change Log | ||
### [4.2.4](https://www.github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-core-v4.2.3...conventional-changelog-core-v4.2.4) (2021-09-09) | ||
### Bug Fixes | ||
* **conventional-commits-parser:** address CVE-2021-23425 ([#841](https://www.github.com/conventional-changelog/conventional-changelog/issues/841)) ([02b3d53](https://www.github.com/conventional-changelog/conventional-changelog/commit/02b3d53a0c142f0c28ee7d190d210c76a62887c2)) | ||
### [4.2.3](https://www.github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-core-v4.2.2...conventional-changelog-core-v4.2.3) (2021-07-03) | ||
@@ -8,0 +15,0 @@ |
@@ -183,3 +183,7 @@ 'use strict' | ||
context.repository = context.repository || repo.project | ||
context.repoUrl = /undefined/i.exec(browse) ? context.host : browse | ||
if (repo.host && repo.project && repo.user) { | ||
context.repoUrl = browse | ||
} else { | ||
context.repoUrl = context.host | ||
} | ||
} | ||
@@ -186,0 +190,0 @@ |
{ | ||
"name": "conventional-changelog-core", | ||
"version": "4.2.3", | ||
"version": "4.2.4", | ||
"description": "conventional-changelog core", | ||
@@ -5,0 +5,0 @@ "repository": { |
49255
1.15%475
0.85%