diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ec4b3..e0eee9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/GoogleChromeLabs/container-query-polyfill/compare/v1.0.1...v1.0.2) (2022-11-08) + + +### Bug Fixes + +* improve :where supports check ([#65](https://github.com/GoogleChromeLabs/container-query-polyfill/issues/65)) ([1dab190](https://github.com/GoogleChromeLabs/container-query-polyfill/commit/1dab190dbd640f2ad1a1535c69a7143182729cee)), closes [#64](https://github.com/GoogleChromeLabs/container-query-polyfill/issues/64) + ## [1.0.1](https://github.com/GoogleChromeLabs/container-query-polyfill/compare/v1.0.0...v1.0.1) (2022-10-19) diff --git a/package-lock.json b/package-lock.json index 8c8cc7e..76226f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "container-query-polyfill", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "container-query-polyfill", - "version": "1.0.1", + "version": "1.0.2", "license": "Apache-2.0", "devDependencies": { "@types/async": "^3.2.14", diff --git a/package.json b/package.json index 3f5fd8c..9bcbfbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "container-query-polyfill", - "version": "1.0.1", + "version": "1.0.2", "description": "", "repository": { "type": "git",