diff --git a/CHANGELOG.md b/CHANGELOG.md index f81a0c2..805c281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.19.4](https://github.com/deployn/astro-deploy/compare/v1.19.3...v1.19.4) (2024-03-07) + + +### Bug Fixes + +* **blog:** add trailing slash to bloglist ([76789be](https://github.com/deployn/astro-deploy/commit/76789bebcba6c722071e0e12bbff3fcb2519364e)) + ## [1.19.3](https://github.com/deployn/astro-deploy/compare/v1.19.2...v1.19.3) (2024-03-07) diff --git a/package.json b/package.json index 351cf9d..9eb66f9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-deploy", "type": "module", - "version": "1.19.3", + "version": "1.19.4", "description": "A custom Astro.js template", "private": true, "scripts": {