Skip to content

Commit

Permalink
⬆️ bump conventional-changelog
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Use conventional-changelog^0.5.0
  • Loading branch information
stevemao committed Sep 30, 2015
1 parent 1994a7f commit c23641f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use babel'
'use babel';
import concatStream from 'concat-stream';
import conventionalChangelog from 'conventional-changelog';
import conventionalCommitsDetector from 'conventional-commits-detector';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c23641f

Please sign in to comment.