chore(release): 1.16.0 [skip ci]

# [1.16.0](https://github.com/deployn/astro-deploy/compare/v1.15.1...v1.16.0) (2024-03-04)

### Bug Fixes

* **vscode:** update recommended extensions ([cc3ace3](cc3ace380c))

### Features

* **blog:** add frontmatter support ([4bf5e4c](4bf5e4c9bb))
This commit is contained in:
semantic-release-bot 2024-03-04 05:41:42 +00:00
parent cc3ace380c
commit 6e784045a8
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
# [1.16.0](https://github.com/deployn/astro-deploy/compare/v1.15.1...v1.16.0) (2024-03-04)
### Bug Fixes
* **vscode:** update recommended extensions ([cc3ace3](https://github.com/deployn/astro-deploy/commit/cc3ace380ce68fc08708548d60e9f68993f777da))
### Features
* **blog:** add frontmatter support ([4bf5e4c](https://github.com/deployn/astro-deploy/commit/4bf5e4c9bb7802ebd040d749191aee8cc260d315))
## [1.15.1](https://github.com/deployn/astro-deploy/compare/v1.15.0...v1.15.1) (2024-03-04)

View File

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