summaryrefslogtreecommitdiff
path: root/packages/integrations/partytown
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-06-30 11:39:44 -0700
committerGravatar GitHub <noreply@github.com> 2022-06-30 11:39:44 -0700
commitd07ad8a782c16920f043fdbcac8af850a960081b (patch)
tree51986e9b2e43c4ca303d902fde4a4782ed76ee6c /packages/integrations/partytown
parentbf44b2ab88751d59f1d1071a878944ce49554210 (diff)
downloadastro-@astrojs/netlify@0.4.8.tar.gz
astro-@astrojs/netlify@0.4.8.tar.zst
astro-@astrojs/netlify@0.4.8.zip
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.md6
-rw-r--r--packages/integrations/partytown/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md
index aa79fa8a8..6de1ee9e7 100644
--- a/packages/integrations/partytown/CHANGELOG.md
+++ b/packages/integrations/partytown/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/partytown
+## 0.1.6
+
+### Patch Changes
+
+- [#3677](https://github.com/withastro/astro/pull/3677) [`8045c8ad`](https://github.com/withastro/astro/commit/8045c8ade16fe4306448b7f98a4560ef0557d378) Thanks [@Jutanium](https://github.com/Jutanium)! - Update READMEs
+
## 0.1.5
### Patch Changes
diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json
index 8c25c1b42..2833e3d61 100644
--- a/packages/integrations/partytown/package.json
+++ b/packages/integrations/partytown/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/partytown",
"description": "Astro + Partytown integration",
- "version": "0.1.5",
+ "version": "0.1.6",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",