summaryrefslogtreecommitdiff
path: root/packages/integrations/partytown
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-01-23 13:11:39 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-23 16:11:39 -0500
commita75177f843ad3ab5122b29b72f6f2b3c753bdd9f (patch)
tree604e6999deab191d45c81e5cac82886cbd0f22b5 /packages/integrations/partytown
parentc61ec4202a025868713f7e5050e72b8882c44d43 (diff)
downloadastro-56f42d7247d45a00344d48880f13754b22031594.tar.gz
astro-56f42d7247d45a00344d48880f13754b22031594.tar.zst
astro-56f42d7247d45a00344d48880f13754b22031594.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 8392c2a1f..7acdec260 100644
--- a/packages/integrations/partytown/CHANGELOG.md
+++ b/packages/integrations/partytown/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/partytown
+## 1.0.3-beta.1
+
+### Patch Changes
+
+- [#5936](https://github.com/withastro/astro/pull/5936) [`77ae7a597`](https://github.com/withastro/astro/commit/77ae7a597a8fdd5c939291b4f63237c659a79225) Thanks [@rishi-raj-jain](https://github.com/rishi-raj-jain)! - fix trailing slash with base path
+
## 1.0.3-beta.0
### Patch Changes
diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json
index 055d70701..ff7f07e2a 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": "1.0.3-beta.0",
+ "version": "1.0.3-beta.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",