From f10e3d3db02ddcd46b5f6a4ea2037f3e8ad6a5f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 04:37:10 +0000 Subject: [PATCH] chore: release eslint-import-context --- .changeset/good-walls-film.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/good-walls-film.md diff --git a/.changeset/good-walls-film.md b/.changeset/good-walls-film.md deleted file mode 100644 index fcd6c58..0000000 --- a/.changeset/good-walls-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-context": patch ---- - -chore(deps): update `stable-hash-x` v0.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 92c6db8..f9cc429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.1.9 + +### Patch Changes + +- [#23](https://github.com/un-ts/eslint-import-context/pull/23) [`1eb17f6`](https://github.com/un-ts/eslint-import-context/commit/1eb17f68300118c47cb1d772a1e2bbbdb0b073be) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update `stable-hash-x` v0.2 + ## 0.1.8 ### Patch Changes diff --git a/package.json b/package.json index 07f4f12..c6c1f41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-context", - "version": "0.1.8", + "version": "0.1.9", "type": "commonjs", "description": "Provide context info for eslint-plugin-import-x, so no extra arguments need to be added.", "repository": "git+https://github.com/un-ts/eslint-import-context.git",