From 2f1b0a1702c04cad804ec8f42a874872317717f2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Mar 2024 10:28:00 +0000 Subject: [PATCH] chore(release): 1.19.1 [skip ci] ## [1.19.1](https://github.com/deployn/astro-deploy/compare/v1.19.0...v1.19.1) (2024-03-06) ### Bug Fixes * add sitemap link to layout ([38e06ed](https://github.com/deployn/astro-deploy/commit/38e06edcf130473f7c9d60fc6bc7ee2a9b85088c)) * remove doublicate href ([5ea473e](https://github.com/deployn/astro-deploy/commit/5ea473efdb6bb400c85f98b515ac6d628486fdf3)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c3cbf..f00fdef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.19.1](https://github.com/deployn/astro-deploy/compare/v1.19.0...v1.19.1) (2024-03-06) + + +### Bug Fixes + +* add sitemap link to layout ([38e06ed](https://github.com/deployn/astro-deploy/commit/38e06edcf130473f7c9d60fc6bc7ee2a9b85088c)) +* remove doublicate href ([5ea473e](https://github.com/deployn/astro-deploy/commit/5ea473efdb6bb400c85f98b515ac6d628486fdf3)) + # [1.19.0](https://github.com/deployn/astro-deploy/compare/v1.18.0...v1.19.0) (2024-03-05) diff --git a/package.json b/package.json index 52ae84a..80072d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-deploy", "type": "module", - "version": "1.19.0", + "version": "1.19.1", "description": "A custom Astro.js template", "private": true, "scripts": {