chore(release): 1.19.4 [skip ci]

## [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](76789bebcb))
This commit is contained in:
semantic-release-bot 2024-03-07 08:00:32 +00:00
parent 76789bebcb
commit cad03c01ad
2 changed files with 8 additions and 1 deletions

View File

@ -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) ## [1.19.3](https://github.com/deployn/astro-deploy/compare/v1.19.2...v1.19.3) (2024-03-07)

View File

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