diff --git a/.changeset/witty-pets-study.md b/.changeset/witty-pets-study.md deleted file mode 100644 index 531a556..0000000 --- a/.changeset/witty-pets-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": minor ---- - -refactor: drop `globby` and `synckit` diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c740e..67c89d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.6.0 + +### Minor Changes + +- [#235](https://github.com/import-js/eslint-import-resolver-typescript/pull/235) [`b5ea367`](https://github.com/import-js/eslint-import-resolver-typescript/commit/b5ea367d8361d3a71154545831dfcf8e03aca8e1) Thanks [@SukkaW](https://github.com/SukkaW)! - refactor: drop `globby` and `synckit` + ## 3.5.5 ### Patch Changes diff --git a/package.json b/package.json index c2be6d8..a905ca5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "3.5.5", + "version": "3.6.0", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",