Skip to content

Commit

Permalink
chore: require semantic-release >=20.1.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The plugin is not compatible with semantic-release < 20.1.0
  • Loading branch information
fgreinacher authored Jan 25, 2023
1 parent 3b11f00 commit f3444fa
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 @@ -76,7 +76,7 @@
"trailingComma": "es5"
},
"peerDependencies": {
"semantic-release": ">=18.0.0"
"semantic-release": ">=20.1.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit f3444fa

Please sign in to comment.