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

# [1.29.0-beta.1](https://github.com/deployn/astro-deploy/compare/v1.28.0...v1.29.0-beta.1) (2024-10-04)

### Features

* **Dockerfile:** use Alpine base image and add healthcheck ([02e218d](02e218d185))
This commit is contained in:
semantic-release-bot 2024-10-04 21:47:32 +00:00
parent b102304cdb
commit 4ba40731dd
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# [1.29.0-beta.1](https://github.com/deployn/astro-deploy/compare/v1.28.0...v1.29.0-beta.1) (2024-10-04)
### Features
* **Dockerfile:** use Alpine base image and add healthcheck ([02e218d](https://github.com/deployn/astro-deploy/commit/02e218d1853c3c06d48bb3f8811564d910c61837))
# [1.28.0](https://github.com/deployn/astro-deploy/compare/v1.27.0...v1.28.0) (2024-09-13)

View File

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