From a974cc7496166ec31eb4b62a3567b3f7d6a8340b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 18 Dec 2024 11:41:39 +0000 Subject: [PATCH] chore: release eslint-plugin-import-x --- .changeset/tame-melons-notice.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tame-melons-notice.md diff --git a/.changeset/tame-melons-notice.md b/.changeset/tame-melons-notice.md deleted file mode 100644 index b13398c7c..000000000 --- a/.changeset/tame-melons-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": patch ---- - -insert type prefix without new line diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d77596a0..5da37057d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-import-x +## 4.5.2 + +### Patch Changes + +- [#206](https://github.com/un-ts/eslint-plugin-import-x/pull/206) [`449738f`](https://github.com/un-ts/eslint-plugin-import-x/commit/449738f4f4b84ff24c2748cdc86185cff5840442) Thanks [@privatenumber](https://github.com/privatenumber)! - insert type prefix without new line + ## 4.5.1 ### Patch Changes diff --git a/package.json b/package.json index 6c7159993..304fdc100 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import-x", - "version": "4.5.1", + "version": "4.5.2", "description": "Import with sanity.", "repository": "git+https://github.com/un-ts/eslint-plugin-import-x", "author": "JounQin (https://www.1stG.me)",