chore(release): 1.11.1 [skip ci]

## [1.11.1](https://github.com/deployn/astro-deploy/compare/v1.11.0...v1.11.1) (2024-03-02)

### Bug Fixes

* **Dockerfile:** specify nginx version for better predictability ([7d05720](7d057206d6))
This commit is contained in:
semantic-release-bot 2024-03-02 15:42:53 +00:00
parent 7d057206d6
commit 60010d66d6
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.11.1](https://github.com/deployn/astro-deploy/compare/v1.11.0...v1.11.1) (2024-03-02)
### Bug Fixes
* **Dockerfile:** specify nginx version for better predictability ([7d05720](https://github.com/deployn/astro-deploy/commit/7d057206d64923e8ae369e90ab1d16debc90e802))
# [1.11.0](https://github.com/deployn/astro-deploy/compare/v1.10.0...v1.11.0) (2024-03-01) # [1.11.0](https://github.com/deployn/astro-deploy/compare/v1.10.0...v1.11.0) (2024-03-01)

View File

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