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