Skip to content

Commit f094cb0

Browse files
committedApr 14, 2023
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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
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)