aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/sitemap
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-04-02 13:40:46 -0600
committerGravatar GitHub <noreply@github.com> 2022-04-02 13:40:46 -0600
commit48c9b142cccaff780b0d72abdd858214614af09f (patch)
tree6f6d6368feeebd807e3159eba189b4246d105e53 /packages/integrations/sitemap
parent3483cc228575b589cb7bb5d0ea0c5c619fa177b7 (diff)
downloadastro-48c9b142cccaff780b0d72abdd858214614af09f.tar.gz
astro-48c9b142cccaff780b0d72abdd858214614af09f.tar.zst
astro-48c9b142cccaff780b0d72abdd858214614af09f.zip
[ci] release (#2925)
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.md12
-rw-r--r--packages/integrations/sitemap/package.json2
2 files changed, 13 insertions, 1 deletions
diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md
index 0ad92093d..21465fdac 100644
--- a/packages/integrations/sitemap/CHANGELOG.md
+++ b/packages/integrations/sitemap/CHANGELOG.md
@@ -1,5 +1,17 @@
# @astrojs/sitemap
+## 0.1.0
+
+### Minor Changes
+
+- [#2962](https://github.com/withastro/astro/pull/2962) [`17c02925`](https://github.com/withastro/astro/commit/17c02925c52027246000305cea1f9a7b6f484b00) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update config options to resepect [RFC0019](https://github.com/withastro/rfcs/blob/main/proposals/0019-config-finalization.md)
+
+### Patch Changes
+
+- [#2962](https://github.com/withastro/astro/pull/2962) [`17c02925`](https://github.com/withastro/astro/commit/17c02925c52027246000305cea1f9a7b6f484b00) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Add new sitemap configuration options:
+ - `filter`: filter pages to include in your sitemap
+ - `canonicalURL`: override your astro.config `site` with a custom base URL
+
## 0.0.2
### Patch Changes
diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json
index 857322859..26d517b40 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 Astro",
- "version": "0.0.2",
+ "version": "0.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",