From 9281690e3028124be3ed755bde2ffed7a9abd433 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Feb 2024 08:39:56 +0000 Subject: [PATCH] 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](https://github.com/deployn/astro-deploy/commit/d8844bc907db3be48f8322eba6b41abf1400f213)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df4ebaf..a16d8eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 5850e03..4961a2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-deploy", - "version": "1.0.0", + "version": "1.1.0", "description": "A custom Astro.js template", "private": true, "scripts": {