chore(release): 1.19.2 [skip ci]

## [1.19.2](https://github.com/deployn/astro-deploy/compare/v1.19.1...v1.19.2) (2024-03-06)

### Bug Fixes

* **blog:** add page title to posts ([9c8013c](9c8013c08d))
This commit is contained in:
semantic-release-bot 2024-03-06 10:33:02 +00:00
parent 9c8013c08d
commit 388c9f2e8b
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.19.2](https://github.com/deployn/astro-deploy/compare/v1.19.1...v1.19.2) (2024-03-06)
### Bug Fixes
* **blog:** add page title to posts ([9c8013c](https://github.com/deployn/astro-deploy/commit/9c8013c08da4efb1fc5b1553f16992b3594d17d6))
## [1.19.1](https://github.com/deployn/astro-deploy/compare/v1.19.0...v1.19.1) (2024-03-06)

View File

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