diff --git a/CHANGELOG.md b/CHANGELOG.md index 299353207..aa94e9253 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.45.1](https://github.com/GetStream/stream-chat-js/compare/v8.45.0...v8.45.1) (2024-11-19) + + +### Bug Fixes + +* remove unstable properties from ModerationResponse type ([#1395](https://github.com/GetStream/stream-chat-js/issues/1395)) ([65c48e3](https://github.com/GetStream/stream-chat-js/commit/65c48e3ed755350adb8e3a9e2b57758168f0dc7c)) + ## [8.45.0](https://github.com/GetStream/stream-chat-js/compare/v8.44.0...v8.45.0) (2024-11-15) diff --git a/package.json b/package.json index 720d2df6f..4b39f6ad2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stream-chat", - "version": "8.45.0", + "version": "8.45.1", "description": "JS SDK for the Stream Chat API", "author": "GetStream", "homepage": "https://getstream.io/chat/",