chore(release): 1.25.1 [skip ci]

## [1.25.1](https://github.com/deployn/astro-deploy/compare/v1.25.0...v1.25.1) (2024-03-20)

### Bug Fixes

* **layout:** Change default index and follow behavior ([63c4358](63c435809e))
This commit is contained in:
semantic-release-bot 2024-03-20 13:38:03 +00:00
parent 63c435809e
commit 8adb8ec198
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.25.1](https://github.com/deployn/astro-deploy/compare/v1.25.0...v1.25.1) (2024-03-20)
### Bug Fixes
* **layout:** Change default index and follow behavior ([63c4358](https://github.com/deployn/astro-deploy/commit/63c435809e64cfa7ef6ac66201cf1799194b7795))
# [1.25.0](https://github.com/deployn/astro-deploy/compare/v1.24.4...v1.25.0) (2024-03-15) # [1.25.0](https://github.com/deployn/astro-deploy/compare/v1.24.4...v1.25.0) (2024-03-15)

View File

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