From 37faab1412c2a49fd5ea16b1762227dda72fd124 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 2 Mar 2024 15:44:58 +0000 Subject: [PATCH] chore(release): 1.12.0 [skip ci] # [1.12.0](https://github.com/deployn/astro-deploy/compare/v1.11.1...v1.12.0) (2024-03-02) ### Features * **nginx:** use a adjustable nginx config file ([4adf2bc](https://github.com/deployn/astro-deploy/commit/4adf2bc3ece107c1dc9ebdb55c9ceb99e8862eb7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be06708..726462c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.12.0](https://github.com/deployn/astro-deploy/compare/v1.11.1...v1.12.0) (2024-03-02) + + +### Features + +* **nginx:** use a adjustable nginx config file ([4adf2bc](https://github.com/deployn/astro-deploy/commit/4adf2bc3ece107c1dc9ebdb55c9ceb99e8862eb7)) + ## [1.11.1](https://github.com/deployn/astro-deploy/compare/v1.11.0...v1.11.1) (2024-03-02) diff --git a/package.json b/package.json index 6878b48..5629470 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-deploy", "type": "module", - "version": "1.11.1", + "version": "1.12.0", "description": "A custom Astro.js template", "private": true, "scripts": {