diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d0666..1441d28 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-12-28) + + +### 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": {