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": {