From 3e3b2485338cfb76bab6b68d6c2f147bf5b334a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 26 Aug 2024 21:35:34 +0000 Subject: [PATCH] chore: release eslint-plugin-import-x --- .changeset/great-dodos-dream.md | 14 -------------- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 .changeset/great-dodos-dream.md diff --git a/.changeset/great-dodos-dream.md b/.changeset/great-dodos-dream.md deleted file mode 100644 index fcdaab357e..0000000000 --- a/.changeset/great-dodos-dream.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"eslint-plugin-import-x": minor ---- - -Add ESLint flat configuration presets. You can access them with: - -```ts -import eslintPluginImportX from 'eslint-plugin-import-x'; - -eslintPluginImportX.flatConfigs.recommended; -eslintPluginImportX.flatConfigs.react; -eslintPluginImportX.flatConfigs.typescript; -eslintPluginImportX.flatConfigs.electron; -``` diff --git a/CHANGELOG.md b/CHANGELOG.md index 485384bfa1..d66fd96e0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # eslint-plugin-import-x +## 4.1.0 + +### Minor Changes + +- [#122](https://github.com/un-ts/eslint-plugin-import-x/pull/122) [`cd52e86`](https://github.com/un-ts/eslint-plugin-import-x/commit/cd52e86f44754b4dd0c1aae1e9fd5e952e90938f) Thanks [@michaelfaith](https://github.com/michaelfaith)! - Add ESLint flat configuration presets. You can access them with: + + ```ts + import eslintPluginImportX from "eslint-plugin-import-x"; + + eslintPluginImportX.flatConfigs.recommended; + eslintPluginImportX.flatConfigs.react; + eslintPluginImportX.flatConfigs.typescript; + eslintPluginImportX.flatConfigs.electron; + ``` + ## 4.0.0 ### Major Changes diff --git a/package.json b/package.json index a23ed11753..5c0333bf07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import-x", - "version": "4.0.0", + "version": "4.1.0", "description": "Import with sanity.", "repository": "git+https://github.com/un-ts/eslint-plugin-import-x", "author": "JounQin (https://www.1stG.me)",