Skip to content

Commit 4d25621

Browse files
committed
feat!: auto use convention changelog
1 parent 3f7aed5 commit 4d25621

5 files changed

Lines changed: 170 additions & 268 deletions

File tree

build.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { defineBuildConfig } from "unbuild";
33
export default defineBuildConfig({
44
declaration: "node16",
55
rollup: {
6-
inlineDependencies: ["node-style-text"],
6+
inlineDependencies: ["node-style-text", "changelogen"],
77
},
8+
failOnWarn: false,
89
});

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,6 @@
6666
"directories": {
6767
"lib": "dist"
6868
},
69-
"peerDependencies": {
70-
"conventional-changelog": "^7.1.0"
71-
},
72-
"peerDependenciesMeta": {
73-
"conventional-changelog": {
74-
"optional": true
75-
}
76-
},
7769
"dependencies": {
7870
"@fluent/syntax": "^0.19.0",
7971
"@swc/core": "^1.12.0",
@@ -99,6 +91,7 @@
9991
"@types/fs-extra": "^11.0.4",
10092
"@types/node": "^22.15.31",
10193
"bumpp": "^10.1.1",
94+
"changelogen": "^0.6.1",
10295
"eslint": "^9.28.0",
10396
"eslint-plugin-format": "^1.0.1",
10497
"husky": "^9.1.7",

0 commit comments

Comments
 (0)