From 3ebf1114bae18c4abc95f840eea9387149e4f057 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:22:41 +0000 Subject: [PATCH] chore(master): release 1.0.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d0666..927f835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.6](https://github.com/HyperChatBot/hyperchat/compare/v1.0.5...v1.0.6) (2024-10-18) + + +### Bug Fixes + +* delete image icon isn't shown in dark mode ([a20c5bb](https://github.com/HyperChatBot/hyperchat/commit/a20c5bb3bc3c1672c55a94f090c8c11564c8521f)) + ## [2.0.1](https://github.com/HyperChatBot/hyperchat/compare/v1.0.5...v2.0.1) (2024-10-18) ### Bug Fixes diff --git a/package.json b/package.json index 0e221ba..7a0235f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hyperchat", "private": true, - "version": "2.0.1", + "version": "1.0.6", "type": "module", "description": "ChatGPT AI Bot.", "scripts": {