Skip to content

Commit

Permalink
chore: fix version range
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Aug 28, 2024
1 parent 2a62caa commit 4034b2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@
"release": {
"branches": [
"master",
"4.x.x",
{
"name": "4.x.x",
"range": "4.x"
},
{
"name": "beta",
"prerelease": true
Expand Down

0 comments on commit 4034b2e

Please sign in to comment.