diff --git a/.changeset/pink-countries-talk.md b/.changeset/pink-countries-talk.md deleted file mode 100644 index a845151..0000000 --- a/.changeset/pink-countries-talk.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/stupid-bats-fix.md b/.changeset/stupid-bats-fix.md deleted file mode 100644 index 509f7db..0000000 --- a/.changeset/stupid-bats-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/eslint-config': minor ---- - -add auto-fix for unused imports and vars diff --git a/.changeset/wet-donkeys-confess.md b/.changeset/wet-donkeys-confess.md deleted file mode 100644 index 18be469..0000000 --- a/.changeset/wet-donkeys-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/eslint-config': patch ---- - -bump `eslint-config-next` to `13.1.0` diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 69db980..586e819 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,17 @@ # @mheob/eslint-config +## 4.1.0 + +### Minor Changes + +- add auto-fix for unused imports and vars --> ([#106](https://github.com/mheob/config/pull/106)) by + [@mheob](https://github.com/mheob) + +### Patch Changes + +- bump `eslint-config-next` to `13.1.0` --> ([#106](https://github.com/mheob/config/pull/106)) by + [@mheob](https://github.com/mheob) + ## 4.0.0 ### Major Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 7341505..e89ca83 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/eslint-config", - "version": "4.0.0", + "version": "4.1.0", "description": "My personal configuration for eslint.", "keywords": [ "eslint",