diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 42c8dca..21f3d3b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,5 +2,5 @@ "packages/object-schema": "2.1.3", "packages/config-array": "0.15.1", "packages/compat": "1.0.3", - "packages/migrate-config": "1.0.0" + "packages/migrate-config": "1.0.1" } diff --git a/packages/migrate-config/CHANGELOG.md b/packages/migrate-config/CHANGELOG.md index 454e608..c42b5b5 100644 --- a/packages/migrate-config/CHANGELOG.md +++ b/packages/migrate-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/eslint/rewrite/compare/migrate-config-v1.0.0...migrate-config-v1.0.1) (2024-06-03) + + +### Bug Fixes + +* Wrap plugins that are wrapped in extends ([#37](https://github.com/eslint/rewrite/issues/37)) ([6c73ed2](https://github.com/eslint/rewrite/commit/6c73ed2351709c335fe4bd54f7e5b7ffce306446)) + ## 1.0.0 (2024-05-30) diff --git a/packages/migrate-config/package.json b/packages/migrate-config/package.json index 1bea01b..cac9997 100644 --- a/packages/migrate-config/package.json +++ b/packages/migrate-config/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/migrate-config", - "version": "1.0.0", + "version": "1.0.1", "description": "Configuration migration for ESLint", "type": "module", "bin": {