Skip to content

Commit

Permalink
add auto change log
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Jun 4, 2024
1 parent 2e2f090 commit 30dfb8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"lint:fix": "eslint src --fix && eslint demo --fix",
"validate:types": "vue-tsc",
"version": "npm run changelog && git add CHANGELOG.md",
"release": "./vue-charts-release"
"release": "./vue-charts-release",
"changelog": "auto-changelog --package --commit-limit 0"
},
"main": "./dist/vue-charts.umd.js",
"module": "./dist/vue-charts.mjs",
Expand All @@ -37,7 +38,7 @@
"@types/lodash.debounce": "4.0.9",
"@types/node": "20.12.2",
"@vitejs/plugin-vue": "4.5.1",
"auto-changelog": "^2.4.0",
"auto-changelog": "2.4.0",
"autoprefixer": "^10.4.17",
"eslint": "8.57.0",
"tailwindcss": "3.4.1",
Expand Down

0 comments on commit 30dfb8c

Please sign in to comment.