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",