summaryrefslogtreecommitdiff
path: root/packages/integrations/prefetch
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-11-03 06:38:29 -0700
committerGravatar GitHub <noreply@github.com> 2022-11-03 09:38:29 -0400
commit89f335b5399bf9511baa08841086c7afb05d8208 (patch)
treecb8bc1a19ea808e8159f31e06394384e11f16c66 /packages/integrations/prefetch
parent64d0dc56bb5edce9f421d121133dedfe32841102 (diff)
downloadastro-@astrojs/tailwind@2.1.2.tar.gz
astro-@astrojs/tailwind@2.1.2.tar.zst
astro-@astrojs/tailwind@2.1.2.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.md8
-rw-r--r--packages/integrations/prefetch/package.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/integrations/prefetch/CHANGELOG.md b/packages/integrations/prefetch/CHANGELOG.md
index 72d73fccf..86fd25cdc 100644
--- a/packages/integrations/prefetch/CHANGELOG.md
+++ b/packages/integrations/prefetch/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/prefetch
+## 0.1.1
+
+### Patch Changes
+
+- [#5244](https://github.com/withastro/astro/pull/5244) [`6ad91bd80`](https://github.com/withastro/astro/commit/6ad91bd80dae935b67a5c18b8dfbb95f2cfe10ef) Thanks [@deeprobin](https://github.com/deeprobin)! - Do not prefetch if browser is offline or uses 3G
+
+- [#5271](https://github.com/withastro/astro/pull/5271) [`b6afe2c1d`](https://github.com/withastro/astro/commit/b6afe2c1db613aabf3139fb58e0fc2ab60322f37) Thanks [@tony-sull](https://github.com/tony-sull)! - Adds additional package.json keywords used for discoverability in the Integrations catalog
+
## 0.1.0
### Minor Changes
diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json
index 9416f7214..11f9bdc8e 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.1.0",
+ "version": "0.1.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",