diff options
author | 2022-06-30 11:39:44 -0700 | |
---|---|---|
committer | 2022-06-30 11:39:44 -0700 | |
commit | d07ad8a782c16920f043fdbcac8af850a960081b (patch) | |
tree | 51986e9b2e43c4ca303d902fde4a4782ed76ee6c /packages/integrations/prefetch | |
parent | bf44b2ab88751d59f1d1071a878944ce49554210 (diff) | |
download | astro-d07ad8a782c16920f043fdbcac8af850a960081b.tar.gz astro-d07ad8a782c16920f043fdbcac8af850a960081b.tar.zst astro-d07ad8a782c16920f043fdbcac8af850a960081b.zip |
[ci] release (#3774)astro@1.0.0-beta.60@astrojs/vercel@0.2.4@astrojs/telemetry@0.2.3@astrojs/sitemap@0.2.4@astrojs/prefetch@0.0.3@astrojs/partytown@0.1.6@astrojs/node@0.1.3@astrojs/netlify@0.4.8@astrojs/mdx@0.0.2@astrojs/deno@0.1.8
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.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 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", |