diff options
author | 2025-06-04 02:31:56 -0700 | |
---|---|---|
committer | 2025-06-04 10:31:56 +0100 | |
commit | 1d628d59f6024c43ccf3fee45652ccd3d9df78e0 (patch) | |
tree | 56a415b553b72877a909f31a24ac75481b2de7c3 /packages/integrations/sitemap/CHANGELOG.md | |
parent | 50a3788eaa12a51bd16d55c1f52d1b83f6c6d247 (diff) | |
download | astro-1d628d59f6024c43ccf3fee45652ccd3d9df78e0.tar.gz astro-1d628d59f6024c43ccf3fee45652ccd3d9df78e0.tar.zst astro-1d628d59f6024c43ccf3fee45652ccd3d9df78e0.zip |
[ci] release (#13873)astro@5.8.2@astrojs/vercel@8.1.5@astrojs/sitemap@3.4.1@astrojs/rss@4.0.12
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/sitemap/CHANGELOG.md')
-rw-r--r-- | packages/integrations/sitemap/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md index 540b09975..ccb04f05f 100644 --- a/packages/integrations/sitemap/CHANGELOG.md +++ b/packages/integrations/sitemap/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/sitemap +## 3.4.1 + +### Patch Changes + +- [#13871](https://github.com/withastro/astro/pull/13871) [`8a1e849`](https://github.com/withastro/astro/commit/8a1e8499dbd1ed98e971635e86eb89f910f0ce78) Thanks [@blimmer](https://github.com/blimmer)! - Uncaught errors in the `filter` method will now bubble, causing the astro build to fail. + ## 3.4.0 ### Minor Changes |