chore(release): 1.1.0 [skip ci]

# [1.1.0](https://github.com/deployn/astro-deploy/compare/v1.0.0...v1.1.0) (2024-02-17)

### Features

* **Docker:** add docker integration ([d8844bc](d8844bc907))
This commit is contained in:
semantic-release-bot 2024-02-17 08:39:56 +00:00
parent d8844bc907
commit 9281690e30
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# [1.1.0](https://github.com/deployn/astro-deploy/compare/v1.0.0...v1.1.0) (2024-02-17)
### Features
* **Docker:** add docker integration ([d8844bc](https://github.com/deployn/astro-deploy/commit/d8844bc907db3be48f8322eba6b41abf1400f213))
# 1.0.0 (2024-02-16) # 1.0.0 (2024-02-16)

View File

@ -1,6 +1,6 @@
{ {
"name": "astro-deploy", "name": "astro-deploy",
"version": "1.0.0", "version": "1.1.0",
"description": "A custom Astro.js template", "description": "A custom Astro.js template",
"private": true, "private": true,
"scripts": { "scripts": {