chore(release): 1.13.0 [skip ci]

# [1.13.0](https://github.com/deployn/astro-deploy/compare/v1.12.0...v1.13.0) (2024-03-02)

### Features

* **nginx:** update custom nginx config ([bb18a47](bb18a47579))
This commit is contained in:
semantic-release-bot 2024-03-02 19:21:05 +00:00
parent bb18a47579
commit 9555d2a28d
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# [1.13.0](https://github.com/deployn/astro-deploy/compare/v1.12.0...v1.13.0) (2024-03-02)
### Features
* **nginx:** update custom nginx config ([bb18a47](https://github.com/deployn/astro-deploy/commit/bb18a4757970a6c9c38217ee615cf2b0a3451d68))
# [1.12.0](https://github.com/deployn/astro-deploy/compare/v1.11.1...v1.12.0) (2024-03-02) # [1.12.0](https://github.com/deployn/astro-deploy/compare/v1.11.1...v1.12.0) (2024-03-02)

View File

@ -1,7 +1,7 @@
{ {
"name": "astro-deploy", "name": "astro-deploy",
"type": "module", "type": "module",
"version": "1.12.0", "version": "1.13.0",
"description": "A custom Astro.js template", "description": "A custom Astro.js template",
"private": true, "private": true,
"scripts": { "scripts": {