diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ade1d1a..b877c6ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Project Changelog +## [1.9.2](https://github.com/GrabarzUndPartner/nuxt-custom-elements/compare/v1.9.1...v1.9.2) (2023-06-21) + + +### Bug Fixes + +* **webpack:** fix `setLoaderRulesForShadowMode` ([ec4e387](https://github.com/GrabarzUndPartner/nuxt-custom-elements/commit/ec4e387eeac8abad80cc245053f7c4bd68461897)) + ## [1.9.1](https://github.com/GrabarzUndPartner/nuxt-custom-elements/compare/v1.9.0...v1.9.1) (2022-06-20) diff --git a/package-lock.json b/package-lock.json index 587d60ed..3240d9b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nuxt-custom-elements", - "version": "1.9.1", + "version": "1.9.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nuxt-custom-elements", - "version": "1.9.1", + "version": "1.9.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 513a64a5..b41c4b08 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-custom-elements", - "version": "1.9.1", + "version": "1.9.2", "description": "Publish your Components as a vue-custom-element standalone build.", "keywords": [ "nuxtjs",