diff --git a/.changeset/fast-months-peel.md b/.changeset/fast-months-peel.md deleted file mode 100644 index 2b62d426..00000000 --- a/.changeset/fast-months-peel.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -'@qwik.dev/partytown': minor ---- - -Bunch of fixes and a new release system.. - -**Here's a list of the changes:** - -### FEATURES -* add config fallback timeout (#620) - -### FIXES - -* Same-origin iframe set/get cookie/localStorage bug (#600) -* make sure unknown is mapped to HTMLUnknownElement cstr (#606) - -### DOCS - -* making install commands consistent (#638) -* Add example reverse proxy handler for Facebook Pixel (#648) -* add integration module for Magento 2 (#594) -* add clarification that the worker strategy is not supported with app directory (#625) -* use dummy web property ID (#621) -* revert recent incorrect change to SvelteKit destination (#622) \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..c6d983c2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# @qwik.dev/partytown + +## 0.11.0 + +### Minor Changes + +- Bunch of fixes and a new release system.. (by [@shairez](https://github.com/shairez) in [#652](https://github.com/QwikDev/partytown/pull/652)) + + **Here's a list of the changes:** + + ### FEATURES + + - add config fallback timeout (#620) + + ### FIXES + + - Same-origin iframe set/get cookie/localStorage bug (#600) + - make sure unknown is mapped to HTMLUnknownElement cstr (#606) + + ### DOCS + + - making install commands consistent (#638) + - Add example reverse proxy handler for Facebook Pixel (#648) + - add integration module for Magento 2 (#594) + - add clarification that the worker strategy is not supported with app directory (#625) + - use dummy web property ID (#621) + - revert recent incorrect change to SvelteKit destination (#622) diff --git a/package.json b/package.json index 0bb4244a..63bdd445 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qwik.dev/partytown", - "version": "0.10.2", + "version": "0.11.0", "description": "Relocate resource intensive third-party scripts off of the main thread and into a web worker.", "license": "MIT", "main": "index.cjs",