Skip to content

Commit 53ccc15

Browse files
chore(release): 2.0.1
## [2.0.1](v2.0.0...v2.0.1) (2024-12-10) ### Bug Fixes * **rules:** fix logic of skip ci ([943cd45](943cd45))
1 parent 943cd45 commit 53ccc15

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.1](https://github.com/JonasSchubert/commitlint-presets/compare/v2.0.0...v2.0.1) (2024-12-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **rules:** fix logic of skip ci ([943cd45](https://github.com/JonasSchubert/commitlint-presets/commit/943cd45c4d8862824ddc35e533953da81d237748))
7+
18
# [2.0.0](https://github.com/JonasSchubert/commitlint-presets/compare/v1.0.5...v2.0.0) (2024-12-09)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-presets",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Commitlint presets.",
55
"scripts": {
66
"prepare": "is-ci || husky"

0 commit comments

Comments
 (0)