diff options
author | 2024-06-17 06:39:57 -0700 | |
---|---|---|
committer | 2024-06-17 15:39:57 +0200 | |
commit | 83c565b36c7a5bf8fbc6cc37934109b74ed43ba5 (patch) | |
tree | a91a1b70869e3fc50a12108523f9499a26cac43f /packages/integrations/sitemap | |
parent | 7d597506615fa5a34327304e8321be7b9c4b799d (diff) | |
download | astro-83c565b36c7a5bf8fbc6cc37934109b74ed43ba5.tar.gz astro-83c565b36c7a5bf8fbc6cc37934109b74ed43ba5.tar.zst astro-83c565b36c7a5bf8fbc6cc37934109b74ed43ba5.zip |
[ci] release (#11233)astro@4.10.3@astrojs/vue@4.5.0@astrojs/vercel@7.7.1@astrojs/svelte@5.6.0@astrojs/solid-js@4.4.0@astrojs/sitemap@3.1.6@astrojs/react@3.6.0@astrojs/preact@3.5.0@astrojs/node@8.3.1@astrojs/mdx@3.1.1@astrojs/lit@4.3.0@astrojs/db@0.11.6
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 2d1034564..c498b97cc 100644 --- a/packages/integrations/sitemap/CHANGELOG.md +++ b/packages/integrations/sitemap/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/sitemap +## 3.1.6 + +### Patch Changes + +- [#11263](https://github.com/withastro/astro/pull/11263) [`7d59750`](https://github.com/withastro/astro/commit/7d597506615fa5a34327304e8321be7b9c4b799d) Thanks [@wackbyte](https://github.com/wackbyte)! - Refactor to use Astro's integration logger for logging + ## 3.1.5 ### Patch Changes diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json index 7a137cbdc..c97800a9b 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": "3.1.5", + "version": "3.1.6", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |