diff options
author | 2022-10-07 07:34:13 -0700 | |
---|---|---|
committer | 2022-10-07 10:34:13 -0400 | |
commit | 4e8625fbfb3b51e0da25a8f8c5b44f2797c53124 (patch) | |
tree | a06772a322b3d99c23aa8324cbb94c85397b69eb /packages/integrations | |
parent | 67dc9b15b9c6c6b68c6e7556fd66ad669da85afb (diff) | |
download | astro-4e8625fbfb3b51e0da25a8f8c5b44f2797c53124.tar.gz astro-4e8625fbfb3b51e0da25a8f8c5b44f2797c53124.tar.zst astro-4e8625fbfb3b51e0da25a8f8c5b44f2797c53124.zip |
[ci] release (#5014)astro@1.4.6@astrojs/prefetch@0.0.8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations')
-rw-r--r-- | packages/integrations/prefetch/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/prefetch/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/prefetch/CHANGELOG.md b/packages/integrations/prefetch/CHANGELOG.md index e4bf2a3b6..4923c03bb 100644 --- a/packages/integrations/prefetch/CHANGELOG.md +++ b/packages/integrations/prefetch/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/prefetch +## 0.0.8 + +### Patch Changes + +- [#5009](https://github.com/withastro/astro/pull/5009) [`92b27e9c9`](https://github.com/withastro/astro/commit/92b27e9c9253cea3d00f1f81223de19ff75c2c74) Thanks [@panwauu](https://github.com/panwauu)! - Prevents prefetching the current page + ## 0.0.7 ### Patch Changes diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json index c15eb5eda..b7d659eab 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.7", + "version": "0.0.8", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |