replace bumpp with changelogen

This commit is contained in:
wobsoriano
2023-05-20 11:08:44 -07:00
parent e55670169e
commit 94eb3c6257
2 changed files with 108 additions and 43 deletions

View File

@@ -31,7 +31,7 @@
"build": "tsup",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "bumpp && npm publish",
"release": "changelogen --release && npm publish && git push --follow-tags",
"update-deps": "taze -w && pnpm i"
},
"peerDependencies": {
@@ -48,7 +48,7 @@
"@nuxt/eslint-config": "^0.1.1",
"@trpc/client": "^10.26.0",
"@trpc/server": "^10.26.0",
"bumpp": "^9.1.0",
"changelogen": "^0.5.3",
"eslint": "^8.40.0",
"taze": "^0.10.1",
"tsup": "6.7.0",