Skip to content

Commit f4e3946

Browse files
chore(release): 7.0.0 [skip ci]
## [7.0.0](v6.0.5...v7.0.0) (2024-03-25) ### ⚠ BREAKING CHANGES * **deps:** Drop support for @commitlint v9 up to and indlucing v18 * **deps:** Require Node.js 20 minimum ### Features * **deps:** update commitlint monorepo to v19 ([1cfef29](1cfef29)) ### Continuous Integration * remove tests on Node.js 18 ([8f83ad3](8f83ad3)) * temporary disable `lint-commit-messages` ([d09cc78](d09cc78))
1 parent cfb6ab3 commit f4e3946

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [7.0.0](https://github.com/vidavidorra/commitlint-config/compare/v6.0.5...v7.0.0) (2024-03-25)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
- **deps:** Drop support for @commitlint v9 up to and indlucing v18
6+
- **deps:** Require Node.js 20 minimum
7+
8+
### Features
9+
10+
- **deps:** update commitlint monorepo to v19 ([1cfef29](https://github.com/vidavidorra/commitlint-config/commit/1cfef298f652297b158c9a1734412e6f6e74faa5))
11+
12+
### Continuous Integration
13+
14+
- remove tests on Node.js 18 ([8f83ad3](https://github.com/vidavidorra/commitlint-config/commit/8f83ad30cbcfebe9c3f2ec99e9e8e95b65040738))
15+
- temporary disable `lint-commit-messages` ([d09cc78](https://github.com/vidavidorra/commitlint-config/commit/d09cc7823373d53b5ae43dc132e9dffac6b41909))
16+
117
## [7.0.0-beta.2](https://github.com/vidavidorra/commitlint-config/compare/v7.0.0-beta.1...v7.0.0-beta.2) (2024-03-25)
218

319
### Continuous Integration

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vidavidorra/commitlint-config",
3-
"version": "7.0.0-beta.2",
3+
"version": "7.0.0",
44
"description": "commitlint configuration extending @commitlint/config-conventional",
55
"keywords": [
66
"commitlint",

0 commit comments

Comments
 (0)