diff options
Diffstat (limited to 'packages/integrations/web-vitals')
-rw-r--r-- | packages/integrations/web-vitals/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/web-vitals/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/web-vitals/CHANGELOG.md b/packages/integrations/web-vitals/CHANGELOG.md index a2e3a6a92..a8f62fc44 100644 --- a/packages/integrations/web-vitals/CHANGELOG.md +++ b/packages/integrations/web-vitals/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/web-vitals +## 3.0.1 + +### Patch Changes + +- [#12594](https://github.com/withastro/astro/pull/12594) [`4f2fd0a`](https://github.com/withastro/astro/commit/4f2fd0a0d67a748af8b611b9afc7d4c789f7c8cc) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fixes compatibility with Astro 5 + ## 3.0.0 ### Major Changes diff --git a/packages/integrations/web-vitals/package.json b/packages/integrations/web-vitals/package.json index 3aa0616fc..bdcd2d5d0 100644 --- a/packages/integrations/web-vitals/package.json +++ b/packages/integrations/web-vitals/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/web-vitals", "description": "Track your website’s performance with Astro DB", - "version": "3.0.0", + "version": "3.0.1", "type": "module", "author": "withastro", "license": "MIT", |