From bd0f9aed966ff4fd4c227661751efd47a0a330f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 19:03:54 +0200 Subject: [PATCH] chore: release v8.40.6 (#1362) 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 41ae253ba..74241cbb8 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.40.6](https://github.com/GetStream/stream-chat-js/compare/v8.40.5...v8.40.6) (2024-09-11) + + +### Bug Fixes + +* avoid querying threads with 0 limit ([#1361](https://github.com/GetStream/stream-chat-js/issues/1361)) ([1393bac](https://github.com/GetStream/stream-chat-js/commit/1393bac4cac775bf9cbae4874be98b3242d0bea9)) + ### [8.40.5](https://github.com/GetStream/stream-chat-js/compare/v8.40.4...v8.40.5) (2024-09-11) diff --git a/package.json b/package.json index 30d37b4d4..afece2023 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stream-chat", - "version": "8.40.5", + "version": "8.40.6", "description": "JS SDK for the Stream Chat API", "author": "GetStream", "homepage": "https://getstream.io/chat/",