From f83c0419fc4e01c53f52fa927d48e772a6be64f5 Mon Sep 17 00:00:00 2001 From: HiDeoo <494699+HiDeoo@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:37:32 +0100 Subject: [PATCH] Bump version to 1.17.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49d9a6a..4aab46b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.17.3 + +### 🐛 Bug Fix + +- Fix an issue when fetching data in the chatter details modal. +- Fix an issue when fetching data in the channel details menu. + # 1.17.2 ### 🐛 Bug Fix diff --git a/package.json b/package.json index 5c21135..c9043e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yata", - "version": "1.17.2", + "version": "1.17.3", "description": "Twitch chat client", "author": "HiDeoo", "license": "MIT",