From 332438915003960cc029379cdffd86d4ada16c9c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 27 Feb 2024 07:02:27 +0000 Subject: [PATCH] chore(release): 1.8.2 [skip ci] ## [1.8.2](https://github.com/deployn/astro-deploy/compare/v1.8.1...v1.8.2) (2024-02-27) ### Bug Fixes * **ui:** update color class in header ([11b283c](https://github.com/deployn/astro-deploy/commit/11b283c63b11a426e87fbe5ef40dc86d952537f8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c14bffd..02282be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.2](https://github.com/deployn/astro-deploy/compare/v1.8.1...v1.8.2) (2024-02-27) + + +### Bug Fixes + +* **ui:** update color class in header ([11b283c](https://github.com/deployn/astro-deploy/commit/11b283c63b11a426e87fbe5ef40dc86d952537f8)) + ## [1.8.1](https://github.com/deployn/astro-deploy/compare/v1.8.0...v1.8.1) (2024-02-27) diff --git a/package.json b/package.json index eb919c5..051d49e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-deploy", "type": "module", - "version": "1.8.1", + "version": "1.8.2", "description": "A custom Astro.js template", "private": true, "scripts": {