Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
vidavidorra-release[bot] committed Mar 25, 2024
1 parent cfb6ab3 commit f4e3946
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [7.0.0](https://github.com/vidavidorra/commitlint-config/compare/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](https://github.com/vidavidorra/commitlint-config/commit/1cfef298f652297b158c9a1734412e6f6e74faa5))

### Continuous Integration

- remove tests on Node.js 18 ([8f83ad3](https://github.com/vidavidorra/commitlint-config/commit/8f83ad30cbcfebe9c3f2ec99e9e8e95b65040738))
- temporary disable `lint-commit-messages` ([d09cc78](https://github.com/vidavidorra/commitlint-config/commit/d09cc7823373d53b5ae43dc132e9dffac6b41909))

## [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)

### Continuous Integration
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vidavidorra/commitlint-config",
"version": "7.0.0-beta.2",
"version": "7.0.0",
"description": "commitlint configuration extending @commitlint/config-conventional",
"keywords": [
"commitlint",
Expand Down

0 comments on commit f4e3946

Please sign in to comment.