From 1c02452c3c2fb6b60a46eb30c449d08055925358 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 07:48:08 +0000 Subject: [PATCH] chore(master): release 1.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c95d3fc..e088180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/HyperChatBot/hyperchat/compare/v1.0.1...v1.0.2) (2023-07-25) + + +### Bug Fixes + +* show common toast if request error ([a6275ba](https://github.com/HyperChatBot/hyperchat/commit/a6275bab837697f44f9ad6743a46d70d1999e256)) + ## [1.0.1](https://github.com/HyperChatBot/hyperchat/compare/v1.0.0...v1.0.1) (2023-07-25) diff --git a/package.json b/package.json index 8b05d23..559d923 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hyperchat", "private": true, - "version": "1.0.0", + "version": "1.0.2", "type": "module", "description": "ChatGPT AI Bot.", "scripts": {