Skip to content

Commit

Permalink
chore: πŸ€– release v3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.0...v3.0.0) (2024-10-31)

### Features

* ✨ add the ability to extends ignores ([161293a](161293a))
* ✨ enable auto detection by default ([52a6f4b](52a6f4b))
* ✨ support `eslint` v9 ([3e40831](3e40831))
* ✨ you can pass additional configs after the 1st argument ([11e521b](11e521b))

### BREAKING CHANGES

* πŸ’₯ `autoDetect` is now `true` by default
* πŸ’₯ `overrides` has been renamed to `configs`
* πŸ’₯ drop support for `eslint` v8 and require at least
v9.10.0
  • Loading branch information
semantic-release-bot committed Oct 31, 2024
1 parent 161293a commit 7268b1c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [3.0.0](https://github.com/jimmy-guzman/eslint-config/compare/v2.0.0...v3.0.0) (2024-10-31)


### Features

* ✨ add the ability to extends ignores ([161293a](https://github.com/jimmy-guzman/eslint-config/commit/161293aab0bed48d0b2c0426b46c9fa46e4eb480))
* ✨ enable auto detection by default ([52a6f4b](https://github.com/jimmy-guzman/eslint-config/commit/52a6f4bbccb41a406bf8cdeb2461423c83487759))
* ✨ support `eslint` v9 ([3e40831](https://github.com/jimmy-guzman/eslint-config/commit/3e4083139eb413eb3f1fec7f0906fadbf2fede40))
* ✨ you can pass additional configs after the 1st argument ([11e521b](https://github.com/jimmy-guzman/eslint-config/commit/11e521b32b9c59dbd4b83b650007ed77417921fa))


### BREAKING CHANGES

* πŸ’₯ `autoDetect` is now `true` by default
* πŸ’₯ `overrides` has been renamed to `configs`
* πŸ’₯ drop support for `eslint` v8 and require at least
v9.10.0

# [2.0.0](https://github.com/jimmy-guzman/eslint-config/compare/v1.12.0...v2.0.0) (2024-10-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimmy.codes/eslint-config",
"version": "2.0.0",
"version": "3.0.0",
"description": "another opinionated eslint config",
"keywords": [
"eslint",
Expand Down

0 comments on commit 7268b1c

Please sign in to comment.