From 9e18aa366cf7c86a4cd3856efbf8ec086ebe995b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Feb 2024 12:33:12 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/deployn/astro-deploy/compare/v1.2.0...v1.3.0) (2024-02-17) ### Features * add tailwind css support ([b18b952](https://github.com/deployn/astro-deploy/commit/b18b95274bbef9be60610efba155f89e92c9798e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e037d..ba4d36f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/deployn/astro-deploy/compare/v1.2.0...v1.3.0) (2024-02-17) + + +### Features + +* add tailwind css support ([b18b952](https://github.com/deployn/astro-deploy/commit/b18b95274bbef9be60610efba155f89e92c9798e)) + # [1.2.0](https://github.com/deployn/astro-deploy/compare/v1.1.0...v1.2.0) (2024-02-17) diff --git a/package.json b/package.json index 3f97b14..148e6c9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-deploy", "type": "module", - "version": "1.2.0", + "version": "1.3.0", "description": "A custom Astro.js template", "private": true, "scripts": {