diff --git a/.changeset/hot-sheep-visit.md b/.changeset/hot-sheep-visit.md deleted file mode 100644 index 902ca2fdb..000000000 --- a/.changeset/hot-sheep-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": patch ---- - -fix: cannot find module 'tslib' diff --git a/CHANGELOG.md b/CHANGELOG.md index e9de0de4f..9a67393be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-import-x +## 0.5.1 + +### Patch Changes + +- [#82](https://github.com/un-ts/eslint-plugin-import-x/pull/82) [`e29ba7f`](https://github.com/un-ts/eslint-plugin-import-x/commit/e29ba7fbfadb877b386160d9ecab290ef15fb899) Thanks [@unzico](https://github.com/unzico)! - fix: cannot find module 'tslib' + ## 0.5.0 ### Minor Changes diff --git a/package.json b/package.json index cddfb8472..b4e6cb036 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import-x", - "version": "0.5.0", + "version": "0.5.1", "description": "Import with sanity.", "repository": "git+https://github.com/un-ts/eslint-plugin-import-x", "author": "JounQin (https://www.1stG.me)",