mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
Bump to beta version, adjust release script to accept beta versions
This commit is contained in:
+3
-2
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "mediabunny",
|
||||
"author": "Vanilagy",
|
||||
"version": "1.40.1",
|
||||
"version": "1.42.0-beta.1",
|
||||
"description": "Pure TypeScript media toolkit for reading, writing, and converting media files, directly in the browser.",
|
||||
"type": "module",
|
||||
"workspaces": [
|
||||
@@ -48,7 +48,8 @@
|
||||
"append-namespace": "echo 'export as namespace Mediabunny;' >> dist/mediabunny.d.ts",
|
||||
"bump-patch": "npm version patch --no-git-tag-version --workspaces --include-workspace-root",
|
||||
"bump-minor": "npm version minor --no-git-tag-version --workspaces --include-workspace-root",
|
||||
"bump-major": "npm version major --no-git-tag-version --workspaces --include-workspace-root"
|
||||
"bump-major": "npm version major --no-git-tag-version --workspaces --include-workspace-root",
|
||||
"set-version": "npm version --no-git-tag-version --workspaces --include-workspace-root"
|
||||
},
|
||||
"license": "MPL-2.0",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user