Skip to content

Commit

Permalink
chore: bump 3.11.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jul 10, 2022
1 parent 87a8c33 commit ac1e517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"author": "Mara-Li",
"authorUrl": "https://github.com/Mara-Li",
"isDesktopOnly": false
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "node esbuild.config.mjs production",
"version": "commit-and-tag-version",
"bump": "node version-bump.mjs",
"beta": "commit-and-tag-version --prerelease --tag-build beta && node version-beta.mjs",
"publish": "commit-and-tag-version --packageFiles package.json --bumpFiles manifest.json package.json && node version-beta.mjs && git add manifest-beta.mjs && git commit --amend --no-edit"
"beta": "commit-and-tag-version --prerelease --tag-build beta && node version-beta.mjs && git add manifest-beta.json && git commit --amend --no-edit",
"publish": "commit-and-tag-version --packageFiles package.json --bumpFiles manifest.json package.json && node version-beta.mjs && git add manifest-beta.json && git commit --amend --no-edit"
},
"commit-and-tag-version": {
"t": "",
Expand Down

0 comments on commit ac1e517

Please sign in to comment.