Skip to content

Commit 95c7cdd

Browse files
committedSep 11, 2024
chore: update peer dependency for semantic-release
BREAKING CHANGE: the minimum required version of semantic-release to use @semantic-release/github is now v24.1.0
1 parent 878475f commit 95c7cdd

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
@@ -101,7 +101,7 @@
101101
]
102102
},
103103
"peerDependencies": {
104-
"semantic-release": ">=20.1.0"
104+
"semantic-release": ">=24.1.0"
105105
},
106106
"publishConfig": {
107107
"access": "public",

0 commit comments

Comments
 (0)
Please sign in to comment.