From 709f86fb7d7a461807c9f3bdbaae3f01d43fe150 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 19:58:59 +0800 Subject: [PATCH] chore: release eslint-plugin-import-x (#137) Co-authored-by: github-actions[bot] --- .changeset/hungry-paws-whisper.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/hungry-paws-whisper.md diff --git a/.changeset/hungry-paws-whisper.md b/.changeset/hungry-paws-whisper.md deleted file mode 100644 index dd31a6734..000000000 --- a/.changeset/hungry-paws-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": patch ---- - -Fix #123 where the rule `no-named-as-default` will confuse TypeScript namespace exports with actual exports. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d3ddd60f..bff551f3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-import-x +## 4.1.1 + +### Patch Changes + +- [#133](https://github.com/un-ts/eslint-plugin-import-x/pull/133) [`757ffa9`](https://github.com/un-ts/eslint-plugin-import-x/commit/757ffa9d4850d4decac467bf3b5e8c950a8a720e) Thanks [@SukkaW](https://github.com/SukkaW)! - Fix #123 where the rule `no-named-as-default` will confuse TypeScript namespace exports with actual exports. + ## 4.1.0 ### Minor Changes diff --git a/package.json b/package.json index 0ad9a0475..f61776314 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import-x", - "version": "4.1.0", + "version": "4.1.1", "description": "Import with sanity.", "repository": "git+https://github.com/un-ts/eslint-plugin-import-x", "author": "JounQin (https://www.1stG.me)",