diff --git a/CHANGELOG.md b/CHANGELOG.md index ddf182c..5ed9cc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [1.1.7](https://github.com/Marshal27/shadow-container-query-polyfill/compare/v1.1.6...v1.1.7) (2023-01-05) + + +### Bug Fixes + +* window onload overwrite ([99cb96e](https://github.com/Marshal27/shadow-container-query-polyfill/commit/99cb96e1305577b1b35ba6a7b70fe6131b74ccdf)) + ## [1.1.6](https://github.com/Marshal27/shadow-container-query-polyfill/compare/v1.1.5...v1.1.6) (2022-12-08) diff --git a/package-lock.json b/package-lock.json index dd3b528..53012cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shadow-container-query-polyfill", - "version": "1.1.6", + "version": "1.1.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shadow-container-query-polyfill", - "version": "1.1.6", + "version": "1.1.7", "license": "Apache-2.0", "devDependencies": { "@types/async": "^3.2.14", diff --git a/package.json b/package.json index 7f5e4f1..8a2a883 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shadow-container-query-polyfill", - "version": "1.1.6", + "version": "1.1.7", "description": "", "repository": { "type": "git",