Skip to content

Commit

Permalink
chore: correct semantic release ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Oct 14, 2024
1 parent d8866e8 commit 1bf5833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,15 @@
"master",
{
"name": "v5.x",
"range": ">=5.0.0 <6.0.0"
"range": "5.x"
},
{
"name": "v4.x",
"range": ">=4.0.0 <5.0.0"
"range": "4.x"
},
{
"name": "v3.x",
"range": ">=3.0.0 <4.0.0"
"range": "3.x"
}
],
"plugins": [
Expand Down

0 comments on commit 1bf5833

Please sign in to comment.