diff options
author | 2023-05-04 09:49:17 -0700 | |
---|---|---|
committer | 2023-05-04 12:49:17 -0400 | |
commit | 51c8e7fe298df202edf93f0aa8e22aff58639995 (patch) | |
tree | 1e16cded92ee3cb77e9c68ad611682e36b4e3a8c /packages/integrations/sitemap/CHANGELOG.md | |
parent | 818252acda3c00499cea51ffa0f26d4c2ccd3a02 (diff) | |
download | astro-abdad05960b617df79a00ccf9449a423f5943238.tar.gz astro-abdad05960b617df79a00ccf9449a423f5943238.tar.zst astro-abdad05960b617df79a00ccf9449a423f5943238.zip |
[ci] release (#6977)astro@2.4.0@astrojs/sitemap@1.3.0@astrojs/react@2.1.3@astrojs/mdx@0.19.1@astrojs/markdown-remark@2.2.0@astrojs/markdoc@0.1.2
Co-authored-by: github-actions[bot] <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 a71b373ff..3165f6dfb 100644 --- a/packages/integrations/sitemap/CHANGELOG.md +++ b/packages/integrations/sitemap/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/sitemap +## 1.3.0 + +### Minor Changes + +- [#6534](https://github.com/withastro/astro/pull/6534) [`ad907196c`](https://github.com/withastro/astro/commit/ad907196cb42f21d9540ae0d77aa742bf7adf030) Thanks [@atilafassina](https://github.com/atilafassina)! - Adds support to SSR routes to sitemap generation. + ## 1.2.2 ### Patch Changes |