Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.0.2...v2.0.0) (2024-01-28)

### ⚠ BREAKING CHANGES

* bump `commitlint` from `v17.6.6` to `v18.6.0`
* drop Node.js `<20` support

### peerDependencies

* bump `commitlint` from `v17.6.6` to `v18.6.0` ([b590b16](b590b16))

### Performance Improvements

* drop Node.js `<20` support ([4098506](4098506))
  • Loading branch information
semantic-release-bot authored and vansergen committed Jan 28, 2024
1 parent 4a9110e commit f2d82fb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.0.0](https://github.com/binden-js/commitlint-config/compare/v1.0.2...v2.0.0) (2024-01-28)

### ⚠ BREAKING CHANGES

- bump `commitlint` from `v17.6.6` to `v18.6.0`
- drop Node.js `<20` support

### peerDependencies

- bump `commitlint` from `v17.6.6` to `v18.6.0` ([b590b16](https://github.com/binden-js/commitlint-config/commit/b590b16cd20cb0ddfe16d61f964ef639419f21cc))

### Performance Improvements

- drop Node.js `<20` support ([4098506](https://github.com/binden-js/commitlint-config/commit/409850617ecaf99f7b2f2c5cadb642dddf9b7016))

## [1.0.2](https://github.com/binden-js/commitlint-config/compare/v1.0.1...v1.0.2) (2023-07-12)

### Dependencies
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": "@binden/commitlint-config",
"version": "1.0.2",
"version": "2.0.0",
"description": "Shareable commitlint config (based on commitlint/config-conventional)",
"main": ".commitlintrc.json",
"type": "commonjs",
Expand Down

0 comments on commit f2d82fb

Please sign in to comment.