Skip to content

Commit 1b49110

Browse files
chore: release v1.0.0
1 parent 3bdad3d commit 1b49110

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# CHANGELOG
22

3+
## [1.0.0](https://github.com/aj3sh/commitlint/compare/v1.0.0...v1.0.0) (2024-07-21)
4+
5+
6+
### Features
7+
8+
* Add fail_on_error github action parameter ([00bf73f](https://github.com/aj3sh/commitlint/commit/00bf73fef7120ceb335dc9ef84a4390a2d1ccb59))
9+
* add verbose option ([4ec08c1](https://github.com/aj3sh/commitlint/commit/4ec08c1cd2f22a67bbfa1fc9ef490ca7f5b1800e))
10+
* added commitlint cli and pre-commit hooks ([60d361a](https://github.com/aj3sh/commitlint/commit/60d361a2d36a181c930ee870cea57fcfa614683a))
11+
* added error annotation on github actions ([830de67](https://github.com/aj3sh/commitlint/commit/830de67d92356085663cd23e5e79c1522b23901e))
12+
* added strict regex for validation and ignored auto commits ([d092c97](https://github.com/aj3sh/commitlint/commit/d092c97235bcbfc8d1117ae7f96799fd6ef684a9))
13+
* added support for github actions ([34b717a](https://github.com/aj3sh/commitlint/commit/34b717acba736b4d5d58cf5cd2ff40a3df02b658))
14+
* added support for hash, from-hash, and to-hash argument [#6](https://github.com/aj3sh/commitlint/issues/6) ([11e20dd](https://github.com/aj3sh/commitlint/commit/11e20ddde66ebfe56a15b04c756f3b45297d6782))
15+
* allow bump commits ([#55](https://github.com/aj3sh/commitlint/issues/55)) ([bb8a3b7](https://github.com/aj3sh/commitlint/commit/bb8a3b74134f42a48acec18ab87e6a0293c07e84))
16+
* **cli:** added the quiet option in cli ([b1778c8](https://github.com/aj3sh/commitlint/commit/b1778c8dead03eaba7625c67f741e185be19ea49))
17+
* enhanced error message ([9a8c081](https://github.com/aj3sh/commitlint/commit/9a8c08173abd3086d14fe4142736d9bfb93ef08f))
18+
* show version info [#13](https://github.com/aj3sh/commitlint/issues/13) ([0a5f9c1](https://github.com/aj3sh/commitlint/commit/0a5f9c1e29b8a7beaf4a9a5ce1991935f84e9c7d))
19+
* support pull_request_target events ([#52](https://github.com/aj3sh/commitlint/issues/52)) ([62e1128](https://github.com/aj3sh/commitlint/commit/62e11285d5628dff5f67645d1c718e1276478ecb))
20+
* test commit ([1825db7](https://github.com/aj3sh/commitlint/commit/1825db77a429146efabfd9b357ccc44f6720583d))
21+
22+
23+
### Bug Fixes
24+
25+
* handle the file not found error gracefully ([#46](https://github.com/aj3sh/commitlint/issues/46)) ([6c5a65c](https://github.com/aj3sh/commitlint/commit/6c5a65c222963f713379739f57273b82cac1a0b0))
26+
* security updates on commitlint action and workflows ([#48](https://github.com/aj3sh/commitlint/issues/48)) ([b98c73f](https://github.com/aj3sh/commitlint/commit/b98c73fb68f11b66ec8d3f227c6b129598c28726))
27+
* updated github actions name and readme docs for version info ([f81c9b5](https://github.com/aj3sh/commitlint/commit/f81c9b5c68962e412234e910879b507788a9f3d7))
28+
29+
30+
### Documentation
31+
32+
* update usage information for v1 ([03d7b5b](https://github.com/aj3sh/commitlint/commit/03d7b5ba370532f39b42ae9f2148f7ed08cbb826))
33+
334
## [1.0.0](https://github.com/aj3sh/commitlint/compare/v1.1.0...v1.0.0) (2024-07-21)
435

536

0 commit comments

Comments
 (0)