From 89655ac78d47bed8dfb05c7849dacbf5db7d963a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 2 Mar 2024 19:59:16 +0000 Subject: [PATCH] chore(release): 1.14.0 [skip ci] # [1.14.0](https://github.com/deployn/astro-deploy/compare/v1.13.1...v1.14.0) (2024-03-02) ### Features * **nginx:** update custom nginx conf ([92c1744](https://github.com/deployn/astro-deploy/commit/92c174491c79ade07afb55134a88ca282b635687)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18fb560..5e4834c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.14.0](https://github.com/deployn/astro-deploy/compare/v1.13.1...v1.14.0) (2024-03-02) + + +### Features + +* **nginx:** update custom nginx conf ([92c1744](https://github.com/deployn/astro-deploy/commit/92c174491c79ade07afb55134a88ca282b635687)) + ## [1.13.1](https://github.com/deployn/astro-deploy/compare/v1.13.0...v1.13.1) (2024-03-02) diff --git a/package.json b/package.json index 43a317f..450e656 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-deploy", "type": "module", - "version": "1.13.1", + "version": "1.14.0", "description": "A custom Astro.js template", "private": true, "scripts": {