Skip to content

Commit 22e70ad

Browse files
committedJan 25, 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 6c5d581 commit 22e70ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package-lock.json

+1-1
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
@@ -76,7 +76,7 @@
7676
"all": true
7777
},
7878
"peerDependencies": {
79-
"semantic-release": ">=19.0.0"
79+
"semantic-release": ">=20.1.0"
8080
},
8181
"prettier": {
8282
"printWidth": 120,

0 commit comments

Comments
 (0)
Please sign in to comment.