Skip to content

Commit d6b8c78

Browse files
chore(release): 1.0.3 [skip ci]
## [1.0.3](v1.0.2...v1.0.3) (2025-07-18) ### Bug Fixes * **config:** enhance package.json and tsconfig.json ([4e2ffe8](4e2ffe8)) * **rule:** final resolve export rule issue ([e7918ec](e7918ec))
1 parent e7918ec commit d6b8c78

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.3](https://github.com/rizqyfahmi/commitlint-plugin-prevenger/compare/v1.0.2...v1.0.3) (2025-07-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **config:** enhance package.json and tsconfig.json ([4e2ffe8](https://github.com/rizqyfahmi/commitlint-plugin-prevenger/commit/4e2ffe8bcc2a8ed545204f6dad14a634fd9ba0a4))
7+
* **rule:** final resolve export rule issue ([e7918ec](https://github.com/rizqyfahmi/commitlint-plugin-prevenger/commit/e7918ec361e43d6801bf74750acc16f28623267a))
8+
19
## [1.0.2](https://github.com/rizqyfahmi/commitlint-plugin-prevenger/compare/v1.0.1...v1.0.2) (2025-07-18)
210

311

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-plugin-prevenger",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": "dist/index.js",
55
"scripts": {
66
"test": "jest --coverage",
@@ -43,4 +43,4 @@
4343
"ts-node": "^10.9.2",
4444
"typescript": "^5.8.3"
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)