diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e334b0..262c3b7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.8.1" + ".": "1.8.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fb9c76d..dcba291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.8.2](https://github.com/infodusha/define-html/compare/v1.8.1...v1.8.2) (2023-08-27) + + +### Bug Fixes + +* run tests in different workflow ([82efe37](https://github.com/infodusha/define-html/commit/82efe371777a0e0e8348ec28b3a4530b846a5597)) +* run tests in different workflow ([2d39abd](https://github.com/infodusha/define-html/commit/2d39abdfbb11dcc4ea7caef9b77733b04b031fad)) +* run tests in different workflow ([68226ee](https://github.com/infodusha/define-html/commit/68226eea23924d78635b7d0694a28bd5f9e8040c)) +* run tests in different workflow ([5ffe091](https://github.com/infodusha/define-html/commit/5ffe0913a2071c4666e922ab58acb794a90de6a2)) +* run tests in different workflow ([9623776](https://github.com/infodusha/define-html/commit/9623776fe8704fa9a5bab9336c41e7a7225886ce)) + ## [1.8.1](https://github.com/infodusha/define-html/compare/v1.8.0...v1.8.1) (2023-08-27) diff --git a/package-lock.json b/package-lock.json index 62cc63a..79f0709 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "define-html", - "version": "1.8.1", + "version": "1.8.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "define-html", - "version": "1.8.1", + "version": "1.8.2", "license": "Apache-2.0", "devDependencies": { "@playwright/test": "^1.37.1", diff --git a/package.json b/package.json index 66505a9..ffce680 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "define-html", - "version": "1.8.1", + "version": "1.8.2", "description": "Define custom element to import in html", "main": "dist/index.js", "type": "module",