Skip to content

Commit

Permalink
chore(release): v0.14.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongitmail committed Dec 25, 2023
1 parent 6a3ab24 commit 490d7af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,7 @@ SELECT * FROM campsites WHERE LOWER(country) = LOWER(params.country) AND LOWER(s

## Changelog

- `0.14.13` - Support route files named to allow [breaking out of a layout](https://kit.svelte.dev/docs/advanced-routing#advanced-layouts-breaking-out-of-layouts).
- `0.14.12` - Adds [`i18n`](#i18n) support.
- `0.14.11` - Adds [`optional params`](#optional-params) support.
- `0.14.0` - Adds [`sitemap index`](#sitemap-index) support.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "super-sitemap",
"version": "0.14.12",
"version": "0.14.13",
"description": "SvelteKit sitemap focused on ease of use and making it impossible to forget to add your paths.",
"sideEffects": false,
"repository": {
Expand Down

0 comments on commit 490d7af

Please sign in to comment.