chore(release): 1.24.3 [skip ci]

## [1.24.3](https://github.com/deployn/astro-deploy/compare/v1.24.2...v1.24.3) (2024-03-12)

### Bug Fixes

* **blog:** avoid redirects in pagination ([76d8bec](76d8becfb3))
* **blog:** show page in title ([d0d5552](d0d55524ba))
This commit is contained in:
semantic-release-bot 2024-03-12 05:39:31 +00:00
parent d0d55524ba
commit 6c4bfc80d7
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
## [1.24.3](https://github.com/deployn/astro-deploy/compare/v1.24.2...v1.24.3) (2024-03-12)
### Bug Fixes
* **blog:** avoid redirects in pagination ([76d8bec](https://github.com/deployn/astro-deploy/commit/76d8becfb31765546842f77a68458871fc21dddc))
* **blog:** show page in title ([d0d5552](https://github.com/deployn/astro-deploy/commit/d0d55524bae98becbd9cd16343f6823b2a75745f))
## [1.24.2](https://github.com/deployn/astro-deploy/compare/v1.24.1...v1.24.2) (2024-03-10)

View File

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