Skip to content

Commit 05159b8

Browse files
chore(release): 2.1.0
# [2.1.0](v2.0.1...v2.1.0) (2025-03-26) ### Bug Fixes * **dependencies:** use local file ([aaeb563](aaeb563)) * **npm:** bump dependency and engine versions ([56d365f](56d365f)) ### Features * **rules:** add checks for skip-quality and skip-security ([2ce174f](2ce174f))
1 parent aaeb563 commit 05159b8

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.1.0](https://github.com/JonasSchubert/commitlint-presets/compare/v2.0.1...v2.1.0) (2025-03-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **dependencies:** use local file ([aaeb563](https://github.com/JonasSchubert/commitlint-presets/commit/aaeb563860712091b49e44a5a437ac51e4f4fd03))
7+
* **npm:** bump dependency and engine versions ([56d365f](https://github.com/JonasSchubert/commitlint-presets/commit/56d365f848706f48949a2cccad1fd79c34ec23b0))
8+
9+
10+
### Features
11+
12+
* **rules:** add checks for skip-quality and skip-security ([2ce174f](https://github.com/JonasSchubert/commitlint-presets/commit/2ce174f707ca388ce0ed14c441cb1a4fac42594f))
13+
114
## [2.0.1](https://github.com/JonasSchubert/commitlint-presets/compare/v2.0.0...v2.0.1) (2024-12-10)
215

316

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.1",
3+
"version": "2.1.0",
44
"description": "Commitlint presets.",
55
"scripts": {
66
"prepare": "is-ci || husky"

0 commit comments

Comments
 (0)