Skip to content

Commit 1816bb4

Browse files
authored
Merge pull request #50 from alextim/changeset-release/main
[ci] release
2 parents a994b61 + 262b3bd commit 1816bb4

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.changeset/rude-items-double.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/astro-sitemap/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# astro-sitemap
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- a994b61: ### Minor changes
8+
9+
- The external config logic is implemented using [@proload/core](https://github.com/natemoo-re/proload) as well as [Astro](https://github.com/withastro/astro). Typescript configs are supported now.
10+
11+
- The _changefreq_ option property type changed from the `ChangeFreq` type to the `EnumChangeFreq` enum to make it compatible with [sitemap](https://github.com/ekalinin/sitemap.js).
12+
13+
### Patch changes
14+
15+
- chore: deps update
16+
317
## 0.4.3
418

519
### Patch Changes

packages/astro-sitemap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-sitemap",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "Generate a sitemap for Astro with more control",
55
"keywords": [
66
"astro-integration",

0 commit comments

Comments
 (0)