diff --git a/CHANGELOG.md b/CHANGELOG.md index aa450ed..a05dd88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 0686b68..7a62733 100644 --- a/package.json +++ b/package.json @@ -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": {