diff --git a/CHANGELOG.md b/CHANGELOG.md index adc1d49..de4c214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.12](https://github.com/humanwhocodes/config-array/compare/v0.11.11...v0.11.12) (2023-10-19) + + +### Bug Fixes + +* caching of ignored files ([#111](https://github.com/humanwhocodes/config-array/issues/111)) ([839d838](https://github.com/humanwhocodes/config-array/commit/839d838e607cf5fb69d1acd314d6bb7aa20bc042)) + ## [0.11.11](https://github.com/humanwhocodes/config-array/compare/v0.11.10...v0.11.11) (2023-08-29) diff --git a/package-lock.json b/package-lock.json index d3f7050..4e875ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@humanwhocodes/config-array", - "version": "0.11.11", + "version": "0.11.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@humanwhocodes/config-array", - "version": "0.11.11", + "version": "0.11.12", "license": "Apache-2.0", "dependencies": { "@humanwhocodes/object-schema": "^2.0.0", diff --git a/package.json b/package.json index 8b90315..098ccb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@humanwhocodes/config-array", - "version": "0.11.11", + "version": "0.11.12", "description": "Glob-based configuration matching.", "author": "Nicholas C. Zakas", "main": "api.js",