diff options
author | 2023-05-30 13:53:55 -0700 | |
---|---|---|
committer | 2023-05-30 16:53:55 -0400 | |
commit | ba865f5d6412b33d96e4473b9a2b5d1d5ff30323 (patch) | |
tree | 7f724494e93547156a5549611abc0b0483458223 /packages/integrations/sitemap | |
parent | f5063d0a01e3179da902fdc0a2b22f88cb3c95c7 (diff) | |
download | astro-@astrojs/sitemap@1.3.2.tar.gz astro-@astrojs/sitemap@1.3.2.tar.zst astro-@astrojs/sitemap@1.3.2.zip |
[ci] release (#7190)astro@2.5.6@astrojs/webapi@2.2.0@astrojs/vue@2.2.1@astrojs/vercel@3.4.1@astrojs/sitemap@1.3.2@astrojs/react@2.2.1@astrojs/preact@2.2.1@astrojs/partytown@1.2.3@astrojs/mdx@0.19.5@astrojs/markdoc@0.3.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/sitemap')
-rw-r--r-- | packages/integrations/sitemap/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/sitemap/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md index a0e4b022c..775431ab2 100644 --- a/packages/integrations/sitemap/CHANGELOG.md +++ b/packages/integrations/sitemap/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/sitemap +## 1.3.2 + +### Patch Changes + +- [#7028](https://github.com/withastro/astro/pull/7028) [`6ca3b5a9e`](https://github.com/withastro/astro/commit/6ca3b5a9e8b9aa19a9436043f8ead41e7938c32e) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - exported enum type to support typescript > 5.0 + ## 1.3.1 ### Patch Changes diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json index c9e32c42e..7b42550f6 100644 --- a/packages/integrations/sitemap/package.json +++ b/packages/integrations/sitemap/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/sitemap", "description": "Generate a sitemap for your Astro site", - "version": "1.3.1", + "version": "1.3.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |