Skip to content

Commit f094cb0

Browse files
committed
feat(semantic-release-peer): raised the minimum peer requirement to the 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
1 parent 4bfe425 commit f094cb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"all": true
7373
},
7474
"peerDependencies": {
75-
"semantic-release": ">=18.0.0-beta.1"
75+
"semantic-release": ">=20.1.0"
7676
},
7777
"prettier": {
7878
"printWidth": 120,

0 commit comments

Comments
 (0)