Skip to content

Commit eb8fcf1

Browse files
committed
fix(deps): bump semantic-release peer dependency
The new semantic-release version adds support for the latest conventional-changelog packages BREAKING CHANGE: by supporting the latest major versions of conventional-changelog packages, we are dropping support for previous major versions of those packages due to the breaking changes between majors. this only impacts your project if you are installing alongside semantic-release, so updating those packages to latest version should be the only change you need for this update. no action should be necessary if you are using default semantic-release config
1 parent 9431c57 commit eb8fcf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -38,7 +38,7 @@
3838
"license": "MIT",
3939
"main": "index.js",
4040
"peerDependencies": {
41-
"semantic-release": ">=20.1.0"
41+
"semantic-release": ">=24.0.0"
4242
},
4343
"prettier": {
4444
"printWidth": 120,

0 commit comments

Comments
 (0)