summaryrefslogtreecommitdiff
path: root/packages/integrations/prefetch
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-07-11 07:27:04 -0700
committerGravatar GitHub <noreply@github.com> 2023-07-11 22:27:04 +0800
commitf0666b92c34cecdfee8749308a72f34dd41695d6 (patch)
treec75e6e247ddd91d4834810ac94dbbf5a28056b9e /packages/integrations/prefetch
parent831dfd1516c8b900ec4a0c151a40121655cdedc6 (diff)
downloadastro-f0666b92c34cecdfee8749308a72f34dd41695d6.tar.gz
astro-f0666b92c34cecdfee8749308a72f34dd41695d6.tar.zst
astro-f0666b92c34cecdfee8749308a72f34dd41695d6.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.md10
-rw-r--r--packages/integrations/prefetch/package.json2
2 files changed, 11 insertions, 1 deletions
diff --git a/packages/integrations/prefetch/CHANGELOG.md b/packages/integrations/prefetch/CHANGELOG.md
index aef697362..959c28677 100644
--- a/packages/integrations/prefetch/CHANGELOG.md
+++ b/packages/integrations/prefetch/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/prefetch
+## 0.3.0
+
+### Minor Changes
+
+- [#6585](https://github.com/withastro/astro/pull/6585) [`9807e4dc2`](https://github.com/withastro/astro/commit/9807e4dc22355f0b3b2ff65b0724a95af8e9702d) Thanks [@kory-smith](https://github.com/kory-smith)! - Adds the option to prefetch a link only when it is hovered or focused.
+
+### Patch Changes
+
+- [#7613](https://github.com/withastro/astro/pull/7613) [`131c92279`](https://github.com/withastro/astro/commit/131c92279ee8a282e71a09523870bb0e7df80627) Thanks [@Yan-Thomas](https://github.com/Yan-Thomas)! - Update prefetch README filename syntax
+
## 0.2.3
### Patch Changes
diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json
index 9233b2788..1a1a9258b 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.3",
+ "version": "0.3.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",