From c23641f057c211ece3721d89885d117ab3586580 Mon Sep 17 00:00:00 2001 From: Steve Mao Date: Wed, 30 Sep 2015 19:04:41 +1000 Subject: [PATCH] :arrow_up: bump conventional-changelog BREAKING CHANGE: Use conventional-changelog^0.5.0 --- index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 3750f94..bd988fd 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -'use babel' +'use babel'; import concatStream from 'concat-stream'; import conventionalChangelog from 'conventional-changelog'; import conventionalCommitsDetector from 'conventional-commits-detector'; diff --git a/package.json b/package.json index f2002b5..6de1074 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "concat-stream": "^1.5.0", - "conventional-changelog": "^0.4.1", + "conventional-changelog": "^0.5.0", "conventional-commits-detector": "^0.1.1", "conventional-github-releaser": "^0.4.0", "git-raw-commits": "^0.1.2",