Skip to content

Commit

Permalink
Merge pull request #2 from amtrack/fix/peer-dependency
Browse files Browse the repository at this point in the history
fix: allow newer semantic-release as peer dependency
  • Loading branch information
amtrack authored Mar 4, 2022
2 parents 87cb2e5 + 567c67b commit 2eae75c
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 @@ -53,7 +53,7 @@
"validate-commit-msg": "^2.14.0"
},
"peerDependencies": {
"semantic-release": ">=11.0.0 <16.0.0"
"semantic-release": ">=11.0.0"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 2eae75c

Please sign in to comment.