diff options
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 f31f6d5f4..a4408fe60 100644 --- a/packages/integrations/partytown/CHANGELOG.md +++ b/packages/integrations/partytown/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/partytown +## 1.1.1 + +### Patch Changes + +- [#6494](https://github.com/withastro/astro/pull/6494) [`a13e9d7e3`](https://github.com/withastro/astro/commit/a13e9d7e33baccf51e7d4815f99b481ad174bc57) Thanks [@Yan-Thomas](https://github.com/Yan-Thomas)! - Consistency improvements to several package descriptions + ## 1.1.0 ### Minor Changes diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json index b585bda68..9b944757e 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": "1.1.0", + "version": "1.1.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |