chore(release): 1.27.0 [skip ci]

# [1.27.0](https://github.com/deployn/astro-deploy/compare/v1.26.0...v1.27.0) (2024-04-12)

### Features

* **blog:** add additional frontmatter fields for dates, authors, image, draft ([6c81e94](6c81e942a6))
This commit is contained in:
semantic-release-bot 2024-04-12 07:25:27 +00:00
parent cc2c033756
commit 51a563689d
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# [1.27.0](https://github.com/deployn/astro-deploy/compare/v1.26.0...v1.27.0) (2024-04-12)
### Features
* **blog:** add additional frontmatter fields for dates, authors, image, draft ([6c81e94](https://github.com/deployn/astro-deploy/commit/6c81e942a6f78f999a81410c2e1494c0b72a58a7))
# [1.26.0](https://github.com/deployn/astro-deploy/compare/v1.25.3...v1.26.0) (2024-04-07)

View File

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