Skip to content

Commit

Permalink
chore: switch to changelogen
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 16, 2023
1 parent f1ee21c commit 4b57ff9
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 709 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -20,7 +20,7 @@
"build": "unbuild",
"dev": "vitest",
"lint": "eslint --ext .ts,.js src test && prettier -c src test",
"release": "pnpm test && pnpm build && standard-version && pnpm publish && git push --follow-tags",
"release": "pnpm test && pnpm build && changelogen --release && npm publish && git push --follow-tags",
"test": "pnpm lint && vitest run"
},
"dependencies": {
Expand All @@ -33,12 +33,12 @@
"@types/node": "^18.13.0",
"@vitest/coverage-c8": "^0.28.5",
"c8": "^7.13.0",
"changelogen": "^0.4.1",
"eslint": "^8.34.0",
"eslint-config-unjs": "^0.1.0",
"import-meta-resolve": "^2.2.1",
"jiti": "^1.17.0",
"prettier": "^2.8.4",
"standard-version": "^9.5.0",
"typescript": "^4.9.5",
"unbuild": "^1.1.1",
"vitest": "^0.28.5"
Expand Down

0 comments on commit 4b57ff9

Please sign in to comment.