diff --git a/package.json b/package.json index 1db65ac6..7e632e6d 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", "typecheck": "pnpm dlx vue-tsc --noEmit", "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags", + "release:minor": "npm run lint && npm run test && npm run prepack && changelogen --minor --release && npm publish && git push --follow-tags", "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "vitest",