chore(release): 1.8.0 [skip ci]

# [1.8.0](https://github.com/deployn/astro-deploy/compare/v1.7.1...v1.8.0) (2024-02-26)

### Features

* **docker:** add site url as build argument ([37d3e70](37d3e7029d))
This commit is contained in:
semantic-release-bot 2024-02-26 12:37:18 +00:00
parent 37d3e7029d
commit d6ab7840d7
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# [1.8.0](https://github.com/deployn/astro-deploy/compare/v1.7.1...v1.8.0) (2024-02-26)
### Features
* **docker:** add site url as build argument ([37d3e70](https://github.com/deployn/astro-deploy/commit/37d3e7029d08d6d3bab7f1312565ed8e619a0982))
## [1.7.1](https://github.com/deployn/astro-deploy/compare/v1.7.0...v1.7.1) (2024-02-26)

View File

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