diff --git a/CHANGELOG.md b/CHANGELOG.md index c672b2d..5981727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 9f8b32f..c120bc3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-deploy", "type": "module", - "version": "1.4.0", + "version": "1.5.0", "description": "A custom Astro.js template", "private": true, "scripts": {