Skip to content

Commit

Permalink
fix: Bump peer version to 22.0.7
Browse files Browse the repository at this point in the history
Supporting ESM required the following fix released in `semantic-release` 22.0.7:

semantic-release/semantic-release#3037
  • Loading branch information
pmowrer authored Jan 23, 2024
1 parent b5445ac commit b75da5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"license": "MIT",
"peerDependencies": {
"semantic-release": ">=20"
"semantic-release": ">=22.0.7"
},
"dependencies": {
"debug": "^4.3.4",
Expand Down

0 comments on commit b75da5f

Please sign in to comment.