diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d897a9..23df7c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.6](https://github.com/humanwhocodes/config-array/compare/v0.11.5...v0.11.6) (2022-10-21) + + +### Bug Fixes + +* Only apply universal patterns if others match. ([e69c8fd](https://github.com/humanwhocodes/config-array/commit/e69c8fdbb7696b406821bc723b86b4c5304c4260)) + ## [0.11.5](https://github.com/humanwhocodes/config-array/compare/v0.11.4...v0.11.5) (2022-10-17) diff --git a/package-lock.json b/package-lock.json index bc918a0..46471ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@humanwhocodes/config-array", - "version": "0.11.5", + "version": "0.11.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@humanwhocodes/config-array", - "version": "0.11.5", + "version": "0.11.6", "license": "Apache-2.0", "dependencies": { "@humanwhocodes/object-schema": "^1.2.1", diff --git a/package.json b/package.json index 49ea5ef..cb4c0a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@humanwhocodes/config-array", - "version": "0.11.5", + "version": "0.11.6", "description": "Glob-based configuration matching.", "author": "Nicholas C. Zakas", "main": "api.js",