Skip to content

Commit

Permalink
chore: release v2.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhansamani committed Dec 21, 2023
1 parent 7692a73 commit c6a6701
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authorizerdev/authorizer-js",
"version": "1.2.18",
"version": "2.0.0-beta.0",
"packageManager": "[email protected]",
"author": "Lakhan Samani",
"license": "MIT",
Expand Down Expand Up @@ -37,6 +37,7 @@
"prepare": "husky install",
"prepublishOnly": "npm run build",
"release": "pnpm build && bumpp --commit --push --tag && pnpm publish",
"release-beta": "pnpm build && bumpp --commit --push --tag && pnpm publish --tag beta",
"lint": "eslint --ignore-pattern 'tsup.config.ts' --ext .ts,.tsx,.js,.jsx,.json .",
"lint:fix": "eslint --ignore-pattern 'tsup.config.ts' --ext .ts,.tsx,.js,.jsx,.json . --fix"
},
Expand Down

0 comments on commit c6a6701

Please sign in to comment.