Skip to content

Commit 480ee2e

Browse files
jbottiglierobcoe
authored andcommitted
deps: bumps conventional-changelog to 3.1.9 (#412)
1 parent 5c21810 commit 480ee2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"homepage": "https://github.com/conventional-changelog/standard-version#readme",
4040
"dependencies": {
4141
"chalk": "2.4.2",
42-
"conventional-changelog": "3.1.8",
42+
"conventional-changelog": "3.1.9",
4343
"conventional-changelog-config-spec": "2.0.0",
4444
"conventional-recommended-bump": "5.0.0",
4545
"detect-indent": "6.0.0",

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ describe('cli', function () {
207207
execCli(cliArgs).code.should.equal(0)
208208
content = fs.readFileSync('CHANGELOG.md', 'utf-8')
209209
content = content.replace(/patch release [0-9a-f]{6,8}/g, 'patch release ABCDEFXY').replace(/\([0-9]{4}-[0-9]{2}-[0-9]{2}\)/g, '(YYYY-MM-DD)')
210-
content.should.equal('# Changelog\n\nAll notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n\n### [1.0.2](/compare/v1.0.1...v1.0.2) (YYYY-MM-DD)\n\n\n### Bug Fixes\n\n* another patch release ABCDEFXY\n\n\n\n### [1.0.1](/compare/v1.0.0...v1.0.1) (YYYY-MM-DD)\n\n\n### Bug Fixes\n\n* patch release ABCDEFXY\n')
210+
content.should.equal('# Changelog\n\nAll notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n\n### [1.0.2](/compare/v1.0.1...v1.0.2) (YYYY-MM-DD)\n\n\n### Bug Fixes\n\n* another patch release ABCDEFXY\n\n### [1.0.1](/compare/v1.0.0...v1.0.1) (YYYY-MM-DD)\n\n\n### Bug Fixes\n\n* patch release ABCDEFXY\n')
211211
})
212212

213213
it('commits all staged files', function () {

0 commit comments

Comments
 (0)