From deb50434b423b8d3b1499bc26535d5da521f5627 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:04:29 +0100 Subject: [PATCH] chore: release v8.25.1 (#1272) Co-authored-by: github-actions --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 417d4a7dd..56d5154d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [8.25.1](https://github.com/GetStream/stream-chat-js/compare/v8.25.0...v8.25.1) (2024-03-28) + + +### Bug Fixes + +* align unread counting on muted channel ([#1265](https://github.com/GetStream/stream-chat-js/issues/1265)) ([1f1934b](https://github.com/GetStream/stream-chat-js/commit/1f1934b0dcfe859b219c40bee554ea7cc619873b)) + ## [8.25.0](https://github.com/GetStream/stream-chat-js/compare/v8.24.0...v8.25.0) (2024-03-26) diff --git a/package.json b/package.json index 44ac9c9cf..23de57d3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stream-chat", - "version": "8.25.0", + "version": "8.25.1", "description": "JS SDK for the Stream Chat API", "author": "GetStream", "homepage": "https://getstream.io/chat/",