Skip to content

Commit

Permalink
chore: swtich to changelogen
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 16, 2022
1 parent 6be3661 commit e6234c4
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"doctoc": "doctoc README.md --notitle --maxlevel 3",
"lint": "eslint --ext .ts .",
"prepack": "pnpm build",
"release": "pnpm test && standard-version && git push --follow-tags && pnpm publish",
"release": "pnpm test && changelogen --release && git push --follow-tags && pnpm publish",
"test": "pnpm lint && vitest run --coverage",
"unstorage": "pnpm jiti src/cli"
},
Expand Down Expand Up @@ -63,14 +63,14 @@
"@vitest/coverage-c8": "^0.24.3",
"@vue/compiler-sfc": "^3.2.41",
"c8": "^7.12.0",
"changelogen": "^0.3.5",
"doctoc": "^2.2.1",
"eslint": "^8.25.0",
"jiti": "^1.16.0",
"jsdom": "^20.0.1",
"mkdist": "latest",
"monaco-editor": "^0.34.0",
"msw": "^0.47.4",
"standard-version": "^9.5.0",
"types-cloudflare-worker": "^1.2.0",
"typescript": "^4.8.4",
"unbuild": "^0.9.4",
Expand Down
Loading

0 comments on commit e6234c4

Please sign in to comment.