chore(release): 1.13.1 [skip ci]

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

### Bug Fixes

* **nginx:** terminate line by ; ([74d3362](74d33622d7))
This commit is contained in:
semantic-release-bot 2024-03-02 19:32:01 +00:00
parent 74d33622d7
commit ff2c028c4e
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.13.1](https://github.com/deployn/astro-deploy/compare/v1.13.0...v1.13.1) (2024-03-02)
### Bug Fixes
* **nginx:** terminate line by ; ([74d3362](https://github.com/deployn/astro-deploy/commit/74d33622d7b7a326ab137656742cb1f4d4a26205))
# [1.13.0](https://github.com/deployn/astro-deploy/compare/v1.12.0...v1.13.0) (2024-03-02)

View File

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