From a439124fa022768cb8177a5aee426e0a996b843c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 18 May 2024 08:04:59 +0000 Subject: [PATCH] chore(release): 48.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [48.0.0](https://github.com/mightyiam/eslint-config-love/compare/v47.0.0...v48.0.0) (2024-05-18) ### ⚠ BREAKING CHANGES * exports an ESLint flat config. ### Build system / dependencies * use semantic-release/commit-analyzer preset ([790b662](https://github.com/mightyiam/eslint-config-love/commit/790b662e65d52a0ccb8fcda61cc831cea3bb4499)) ### Features * flat config ([a0571e7](https://github.com/mightyiam/eslint-config-love/commit/a0571e762f5b1f1cb40658259c319e5de716415c)), closes [#1299](https://github.com/mightyiam/eslint-config-love/issues/1299) [#1210](https://github.com/mightyiam/eslint-config-love/issues/1210) ### Testing * rm redundant parserOptions test ([0e49fea](https://github.com/mightyiam/eslint-config-love/commit/0e49fea9abbb444017ee5bac6a89727b694c9ab0)) --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f18df3..b218b8ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## [48.0.0](https://github.com/mightyiam/eslint-config-love/compare/v47.0.0...v48.0.0) (2024-05-18) + + +### ⚠ BREAKING CHANGES + +* exports an ESLint flat config. + +### Build system / dependencies + +* use semantic-release/commit-analyzer preset ([790b662](https://github.com/mightyiam/eslint-config-love/commit/790b662e65d52a0ccb8fcda61cc831cea3bb4499)) + + +### Features + +* flat config ([a0571e7](https://github.com/mightyiam/eslint-config-love/commit/a0571e762f5b1f1cb40658259c319e5de716415c)), closes [#1299](https://github.com/mightyiam/eslint-config-love/issues/1299) [#1210](https://github.com/mightyiam/eslint-config-love/issues/1210) + + +### Testing + +* rm redundant parserOptions test ([0e49fea](https://github.com/mightyiam/eslint-config-love/commit/0e49fea9abbb444017ee5bac6a89727b694c9ab0)) + ## [47.0.0](https://github.com/mightyiam/eslint-config-love/compare/v46.0.0...v47.0.0) (2024-04-10) diff --git a/package-lock.json b/package-lock.json index caaff770..5f539827 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-love", - "version": "47.0.0", + "version": "48.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-config-love", - "version": "47.0.0", + "version": "48.0.0", "license": "MIT", "dependencies": { "eslint-plugin-import": "^2.25.2", diff --git a/package.json b/package.json index 4f3c5b88..98ca0865 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-love", - "version": "47.0.0", + "version": "48.0.0", "description": "A TypeScript ESLint config that loves you", "main": "lib/index.js", "scripts": {