chore(release): 1.5.0 [skip ci]

# [1.5.0](https://github.com/deployn/astro-deploy/compare/v1.4.0...v1.5.0) (2024-02-24)

### Features

* **Sitemap:** add dynamic sitemap support ([eb0b214](eb0b214054))
This commit is contained in:
semantic-release-bot 2024-02-24 15:13:40 +00:00
parent eb0b214054
commit 383d4f789d
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# [1.5.0](https://github.com/deployn/astro-deploy/compare/v1.4.0...v1.5.0) (2024-02-24)
### Features
* **Sitemap:** add dynamic sitemap support ([eb0b214](https://github.com/deployn/astro-deploy/commit/eb0b214054cebb5901ceee20db44e28212f03e09))
# [1.4.0](https://github.com/deployn/astro-deploy/compare/v1.3.0...v1.4.0) (2024-02-18) # [1.4.0](https://github.com/deployn/astro-deploy/compare/v1.3.0...v1.4.0) (2024-02-18)

View File

@ -1,7 +1,7 @@
{ {
"name": "astro-deploy", "name": "astro-deploy",
"type": "module", "type": "module",
"version": "1.4.0", "version": "1.5.0",
"description": "A custom Astro.js template", "description": "A custom Astro.js template",
"private": true, "private": true,
"scripts": { "scripts": {