Skip to content

Commit 028ca0c

Browse files
committed
feat: update changelog
1 parent 18da28c commit 028ca0c

File tree

3 files changed

+116
-2
lines changed

3 files changed

+116
-2
lines changed

CHANGELOG.md

Whitespace-only changes.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"scripts": {
1212
"start": "node bin/index.js",
1313
"test": "vitest run tests/*",
14-
"test:watch": "vitest --watch tests/*"
14+
"test:watch": "vitest --watch tests/*",
15+
"version": "auto-changelog -p && git add CHANGELOG.md"
1516
},
1617
"engines": {
1718
"node": ">=18.0.0"
@@ -38,6 +39,7 @@
3839
"yargs-parser": "^21.1.1"
3940
},
4041
"devDependencies": {
42+
"auto-changelog": "^2.5.0",
4143
"vitest": "^2.1.8"
4244
},
4345
"repository": {

pnpm-lock.yaml

Lines changed: 113 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)