From 7268b1cfaff6584774e8068178fe37130d8f3e84 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 31 Oct 2024 17:56:08 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20release=20v3.0.0=20[ski?= =?UTF-8?q?p=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [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 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cf7390..e4a5d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index e325afd..a0c27ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jimmy.codes/eslint-config", - "version": "2.0.0", + "version": "3.0.0", "description": "another opinionated eslint config", "keywords": [ "eslint",