Skip to content

Commit 099b4db

Browse files
semantic-release-botvansergen
authored andcommitted
chore(release): 5.0.0 [skip ci]
## [5.0.0](v4.0.2...v5.0.0) (2024-12-07) ### ⚠ BREAKING CHANGES * add the `sort-imports` rule * drop `Node.js<22` support ### Performance Improvements * drop `Node.js<22` support ([6257497](6257497)) ### Code Refactoring * add the `sort-imports` rule ([d8336dd](d8336dd))
1 parent 1ad5496 commit 099b4db

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/binden-js/eslint-config/compare/v4.0.2...v5.0.0) (2024-12-07)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
- add the `sort-imports` rule
8+
- drop `Node.js<22` support
9+
10+
### Performance Improvements
11+
12+
- drop `Node.js<22` support ([6257497](https://github.com/binden-js/eslint-config/commit/6257497cb42c499ae51706299e23aca4106bba7d))
13+
14+
### Code Refactoring
15+
16+
- add the `sort-imports` rule ([d8336dd](https://github.com/binden-js/eslint-config/commit/d8336dd0d5290ca127e0b8f50b7f33762580b97f))
17+
318
## [4.0.2](https://github.com/binden-js/eslint-config/compare/v4.0.1...v4.0.2) (2024-12-07)
419

520
### Dependencies

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": "eslint-config-binden-js",
3-
"version": "4.0.2",
3+
"version": "5.0.0",
44
"description": "Shareable ESLint config",
55
"main": "eslint.config.js",
66
"type": "module",

0 commit comments

Comments
 (0)