diff --git a/CHANGELOG.md b/CHANGELOG.md index 74241cbb8..19208c970 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.7](https://github.com/GetStream/stream-chat-js/compare/v8.40.6...v8.40.7) (2024-09-13) + + +### Bug Fixes + +* merge custom data with current one rather than override ([#1364](https://github.com/GetStream/stream-chat-js/issues/1364)) ([ff59d54](https://github.com/GetStream/stream-chat-js/commit/ff59d5404733f358d87dbed18a9e7e92630d6098)) + ### [8.40.6](https://github.com/GetStream/stream-chat-js/compare/v8.40.5...v8.40.6) (2024-09-11) diff --git a/package.json b/package.json index afece2023..1b7c55e7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stream-chat", - "version": "8.40.6", + "version": "8.40.7", "description": "JS SDK for the Stream Chat API", "author": "GetStream", "homepage": "https://getstream.io/chat/",