summaryrefslogtreecommitdiff
path: root/packages/integrations/prefetch
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-05-20 09:00:31 -0700
committerGravatar GitHub <noreply@github.com> 2023-05-21 00:00:31 +0800
commit0616ef255145bf173386b94474dede376e1f2037 (patch)
tree76c1b849fb011229e14f69881c3df7d930984fba /packages/integrations/prefetch
parent358d1dc92f528c6d43d7e85e55889fc76c83ee4d (diff)
downloadastro-0616ef255145bf173386b94474dede376e1f2037.tar.gz
astro-0616ef255145bf173386b94474dede376e1f2037.tar.zst
astro-0616ef255145bf173386b94474dede376e1f2037.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/prefetch')
-rw-r--r--packages/integrations/prefetch/CHANGELOG.md6
-rw-r--r--packages/integrations/prefetch/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/prefetch/CHANGELOG.md b/packages/integrations/prefetch/CHANGELOG.md
index 96cd904bb..aef697362 100644
--- a/packages/integrations/prefetch/CHANGELOG.md
+++ b/packages/integrations/prefetch/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/prefetch
+## 0.2.3
+
+### Patch Changes
+
+- [#7123](https://github.com/withastro/astro/pull/7123) [`147373722`](https://github.com/withastro/astro/commit/147373722b37126af949bb054a1cdfb0aed6c2ff) Thanks [@connor-baer](https://github.com/connor-baer)! - Fix the inclusion of `@types/network-information`.
+
## 0.2.2
### Patch Changes
diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json
index 03c7508e9..899d41d41 100644
--- a/packages/integrations/prefetch/package.json
+++ b/packages/integrations/prefetch/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/prefetch",
"description": "Prefetch page navigations in your Astro site",
- "version": "0.2.2",
+ "version": "0.2.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",