chore(release): 1.15.0-beta.1 [skip ci]

# [1.15.0-beta.1](https://github.com/deployn/astro-deploy/compare/v1.14.0...v1.15.0-beta.1) (2024-03-03)

### Bug Fixes

* move type import into type-only import ([e92e713](e92e7139c1))

### Features

* **blog:** add mdx blog functionality ([7607ff0](7607ff07fb))
* **ui:** add navigation to header ([d8615eb](d8615eb1ee))
This commit is contained in:
semantic-release-bot 2024-03-03 16:53:10 +00:00
parent e92e7139c1
commit d13e84688f
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
# [1.15.0-beta.1](https://github.com/deployn/astro-deploy/compare/v1.14.0...v1.15.0-beta.1) (2024-03-03)
### Bug Fixes
* move type import into type-only import ([e92e713](https://github.com/deployn/astro-deploy/commit/e92e7139c1ed5265e08c13785306c7e3c5ccda5a))
### Features
* **blog:** add mdx blog functionality ([7607ff0](https://github.com/deployn/astro-deploy/commit/7607ff07fbfc1b10c232c9184170135cd082fd33))
* **ui:** add navigation to header ([d8615eb](https://github.com/deployn/astro-deploy/commit/d8615eb1ee8dd7e389f906911619c756485e0ae5))
# [1.14.0](https://github.com/deployn/astro-deploy/compare/v1.13.1...v1.14.0) (2024-03-02)

View File

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