Skip to content

Commit

Permalink
feat(semantic-release-peer): raised the minimum peer requirement to t…
Browse files Browse the repository at this point in the history
…he first version that supports loading esm plugins

BREAKING CHANGE: the required version of semantic-release has been raised to v20.1.0 in order to support loading of ESM plugins
  • Loading branch information
travi committed Apr 14, 2023
1 parent 4bfe425 commit f094cb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -72,7 +72,7 @@
"all": true
},
"peerDependencies": {
"semantic-release": ">=18.0.0-beta.1"
"semantic-release": ">=20.1.0"
},
"prettier": {
"printWidth": 120,
Expand Down

0 comments on commit f094cb0

Please sign in to comment.