From db5641f7ce3a5a1eb5ab74feb5108f51dc1865a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:30:25 +0800 Subject: [PATCH] chore: release eslint-plugin-import-x (#68) Co-authored-by: github-actions[bot] --- .changeset/curly-files-dance.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/curly-files-dance.md diff --git a/.changeset/curly-files-dance.md b/.changeset/curly-files-dance.md deleted file mode 100644 index d9a12b244..000000000 --- a/.changeset/curly-files-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": patch ---- - -fix: only add `dependencies` when no `exported` found diff --git a/CHANGELOG.md b/CHANGELOG.md index ec980cd30..8883603ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-import-x +## 0.4.4 + +### Patch Changes + +- [#67](https://github.com/un-ts/eslint-plugin-import-x/pull/67) [`7a6145c`](https://github.com/un-ts/eslint-plugin-import-x/commit/7a6145c1d6d7fdf8b9610756e6c0bc4aa65ad36d) Thanks [@JounQin](https://github.com/JounQin)! - fix: only add `dependencies` when no `exported` found + ## 0.4.3 ### Patch Changes diff --git a/package.json b/package.json index 792ae5979..7ecd77f45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import-x", - "version": "0.4.3", + "version": "0.4.4", "description": "Import with sanity.", "repository": "git+https://github.com/un-ts/eslint-plugin-import-x", "author": "JounQin (https://www.1stG.me)",