diff options
author | 2023-11-01 06:23:32 -0700 | |
---|---|---|
committer | 2023-11-01 08:23:32 -0500 | |
commit | 4a0fec969fac93c905b32952128572889d90a6ef (patch) | |
tree | 446c639a6e30dd0857d64ab27c099dd452ce7db4 /packages/integrations/partytown | |
parent | 6169b6e56152b1ba944416d85551994788cfb887 (diff) | |
download | astro-4a0fec969fac93c905b32952128572889d90a6ef.tar.gz astro-4a0fec969fac93c905b32952128572889d90a6ef.tar.zst astro-4a0fec969fac93c905b32952128572889d90a6ef.zip |
[ci] release (#8934)create-astro@4.5.0astro@3.4.1@astrojs/vue@3.0.3@astrojs/sitemap@3.0.3@astrojs/partytown@2.0.2@astrojs/markdoc@0.7.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/partytown')
-rw-r--r-- | packages/integrations/partytown/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/partytown/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md index 83c74727d..c871fb97b 100644 --- a/packages/integrations/partytown/CHANGELOG.md +++ b/packages/integrations/partytown/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/partytown +## 2.0.2 + +### Patch Changes + +- [#8892](https://github.com/withastro/astro/pull/8892) [`e21fef7da`](https://github.com/withastro/astro/commit/e21fef7da2292414f55b58ffe7d9bbfd25904ca3) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Adds the ability to override the `lib` option in `astro.config.mjs` + ## 2.0.1 ### Patch Changes diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json index 30e17b552..ee135426c 100644 --- a/packages/integrations/partytown/package.json +++ b/packages/integrations/partytown/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/partytown", "description": "Use Partytown to move scripts into a web worker in your Astro project", - "version": "2.0.1", + "version": "2.0.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |