From d6ab7840d7ca7aa461dbcef513daecd1a5db5410 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Feb 2024 12:37:18 +0000 Subject: [PATCH] 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](https://github.com/deployn/astro-deploy/commit/37d3e7029d08d6d3bab7f1312565ed8e619a0982)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 868a535..6ab8450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index d9c6d1c..eccace6 100644 --- a/package.json +++ b/package.json @@ -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": {