chore(release): 1.24.1 [skip ci]

## [1.24.1](https://github.com/deployn/astro-deploy/compare/v1.24.0...v1.24.1) (2024-03-10)

### Bug Fixes

* **blog:** fix pagination for index blog page ([58b63fd](58b63fd69c))
This commit is contained in:
semantic-release-bot 2024-03-10 19:12:39 +00:00
parent 58b63fd69c
commit df4ff43322
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.24.1](https://github.com/deployn/astro-deploy/compare/v1.24.0...v1.24.1) (2024-03-10)
### Bug Fixes
* **blog:** fix pagination for index blog page ([58b63fd](https://github.com/deployn/astro-deploy/commit/58b63fd69cb453f00a4012329547b8c3d7e498e6))
# [1.24.0](https://github.com/deployn/astro-deploy/compare/v1.23.1...v1.24.0) (2024-03-10)

View File

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