Skip to content

Commit 8f5eae9

Browse files
committed
chore: add changelogen
1 parent ee37578 commit 8f5eae9

File tree

2 files changed

+284
-14
lines changed

2 files changed

+284
-14
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"scripts": {
1212
"unit": "vitest index.test.js",
1313
"test": "pnpm run unit",
14-
"lint": "eslint . --ext .js,.ts"
14+
"lint": "eslint . --ext .js,.ts",
15+
"release": "changelogen --release --publish"
1516
},
1617
"author": "Ezira Ashenafi <eazash22@gmail.com>",
1718
"license": "MIT",
@@ -24,6 +25,7 @@
2425
},
2526
"devDependencies": {
2627
"@vitest/coverage-v8": "3.2.4",
28+
"changelogen": "^0.6.1",
2729
"eslint": "^8.47.0",
2830
"postcss": "^8.4.27",
2931
"vitest": "^3.2.4"

0 commit comments

Comments
 (0)