summaryrefslogtreecommitdiff
path: root/packages/integrations/sitemap
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-05-30 13:53:55 -0700
committerGravatar GitHub <noreply@github.com> 2023-05-30 16:53:55 -0400
commitba865f5d6412b33d96e4473b9a2b5d1d5ff30323 (patch)
tree7f724494e93547156a5549611abc0b0483458223 /packages/integrations/sitemap
parentf5063d0a01e3179da902fdc0a2b22f88cb3c95c7 (diff)
downloadastro-@astrojs/sitemap@1.3.2.tar.gz
astro-@astrojs/sitemap@1.3.2.tar.zst
astro-@astrojs/sitemap@1.3.2.zip
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.md6
-rw-r--r--packages/integrations/sitemap/package.json2
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",