diff --git a/package.json b/package.json index e0c14cf..cdb7658 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", "dev:pack": "npm run prepack && npm pack --dry-run", "lint": "eslint .", - "release": "npm run lint && npm run prepack && npm publish --follow-tags", + "release": "npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags", "clean": "rm -rf node_modules && rm -rf .nuxt && rm -rf dist && rm -rf playground/node_modules && rm -rf playground/.nuxt && rm -rf playground/.output" }, "engines": { @@ -66,4 +66,4 @@ "prettier": "^3.2.5", "typescript": "^5.3.3" } -} \ No newline at end of file +}