summaryrefslogtreecommitdiff
path: root/packages/integrations/prefetch
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/prefetch
parentbf44b2ab88751d59f1d1071a878944ce49554210 (diff)
downloadastro-d07ad8a782c16920f043fdbcac8af850a960081b.tar.gz
astro-d07ad8a782c16920f043fdbcac8af850a960081b.tar.zst
astro-d07ad8a782c16920f043fdbcac8af850a960081b.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 82fa0154d..fb3574a52 100644
--- a/packages/integrations/prefetch/CHANGELOG.md
+++ b/packages/integrations/prefetch/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/prefetch
+## 0.0.3
+
+### Patch Changes
+
+- [#3778](https://github.com/withastro/astro/pull/3778) [`91635f05`](https://github.com/withastro/astro/commit/91635f05df207d33ee8b50a2afe970b94b24ba7b) Thanks [@hippotastic](https://github.com/hippotastic)! - Fix integration name (`prefetch` instead of `lit`)
+
## 0.0.2
### Patch Changes
diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json
index 29d277fed..3b07034eb 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.2",
+ "version": "0.0.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",