summaryrefslogtreecommitdiff
path: root/packages/integrations/prefetch
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-08-11 16:50:59 -0700
committerGravatar GitHub <noreply@github.com> 2022-08-11 16:50:59 -0700
commitbb3d7d4f39c9d7142ffc31e5ec82a94044d6738f (patch)
tree21f77cfddd39b28ee972e74b159dd16846fc9e0c /packages/integrations/prefetch
parent5b1facfe291b998c0c6814293b18df211a8f3cd3 (diff)
downloadastro-bb3d7d4f39c9d7142ffc31e5ec82a94044d6738f.tar.gz
astro-bb3d7d4f39c9d7142ffc31e5ec82a94044d6738f.tar.zst
astro-bb3d7d4f39c9d7142ffc31e5ec82a94044d6738f.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 d07f6bede..e4bf2a3b6 100644
--- a/packages/integrations/prefetch/CHANGELOG.md
+++ b/packages/integrations/prefetch/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/prefetch
+## 0.0.7
+
+### Patch Changes
+
+- [#4207](https://github.com/withastro/astro/pull/4207) [`ceb0eef94`](https://github.com/withastro/astro/commit/ceb0eef944f2f867cb2dba04adfb6b028cf8c228) Thanks [@jablonski](https://github.com/jablonski)! - Use `passive` event listeners for performance
+
## 0.0.6
### Patch Changes
diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json
index 794415b32..5575b3cd2 100644
--- a/packages/integrations/prefetch/package.json
+++ b/packages/integrations/prefetch/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/prefetch",
"description": "Faster page navigations by prefetching links when the browser is idle.",
- "version": "0.0.6",
+ "version": "0.0.7",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",