diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 85179a50..c91f774c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/compat": "1.2.1", - "packages/config-array": "0.18.0", + "packages/config-array": "0.19.0", "packages/core": "0.7.0", "packages/migrate-config": "1.3.2", "packages/object-schema": "2.1.4", diff --git a/packages/config-array/CHANGELOG.md b/packages/config-array/CHANGELOG.md index dedfa6d2..7aa01257 100644 --- a/packages/config-array/CHANGELOG.md +++ b/packages/config-array/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.19.0](https://github.com/eslint/rewrite/compare/config-array-v0.18.0...config-array-v0.19.0) (2024-10-24) + + +### ⚠ BREAKING CHANGES + +* correctly detect if file is outside base path on Windows ([#59](https://github.com/eslint/rewrite/issues/59)) + +### Bug Fixes + +* correctly detect if file is outside base path on Windows ([#59](https://github.com/eslint/rewrite/issues/59)) ([f93aa4c](https://github.com/eslint/rewrite/commit/f93aa4ca0a9a68b5c90847cd3d24801196abb405)) + ## [0.18.0](https://github.com/eslint/rewrite/compare/config-array-v0.17.1...config-array-v0.18.0) (2024-08-12) diff --git a/packages/config-array/jsr.json b/packages/config-array/jsr.json index c2b2fdd6..dc1f6f2d 100644 --- a/packages/config-array/jsr.json +++ b/packages/config-array/jsr.json @@ -1,6 +1,6 @@ { "name": "@eslint/config-array", - "version": "0.18.0", + "version": "0.19.0", "exports": "./dist/esm/index.js", "publish": { "include": [ diff --git a/packages/config-array/package.json b/packages/config-array/package.json index 246ce5ec..299906b6 100644 --- a/packages/config-array/package.json +++ b/packages/config-array/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/config-array", - "version": "0.18.0", + "version": "0.19.0", "description": "General purpose glob-based configuration matching.", "author": "Nicholas C. Zakas", "type": "module",