From f6831ec85e8db047218f8f8807667f1429aba457 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 11:15:52 -0800 Subject: [PATCH] chore(main): release 1.0.2 (#66) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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",