Skip to content

Commit

Permalink
fix: require [email protected]
Browse files Browse the repository at this point in the history
BREAKING CHANGE: require `semantic-release` >= `15.9.0`
  • Loading branch information
pvdlg committed Aug 5, 2018
1 parent 85cb3d8 commit 020eb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"all": true
},
"peerDependencies": {
"semantic-release": ">=15.8.0 <16.0.0"
"semantic-release": ">=15.9.0 <16.0.0"
},
"prettier": {
"printWidth": 120,
Expand Down

0 comments on commit 020eb00

Please sign in to comment.