Skip to content

Commit a38e7b8

Browse files
Merge remote-tracking branch 'origin' into rc
2 parents 0acd60b + 48d2fff commit a38e7b8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ property in the formatted message output
3131

3232
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.
3333

34+
### [8.57.2](https://github.com/GetStream/stream-chat-js/compare/v8.57.1...v8.57.2) (2025-02-27)
35+
36+
37+
### Bug Fixes
38+
39+
* export promoteChannel ([#1474](https://github.com/GetStream/stream-chat-js/issues/1474)) ([f2ba914](https://github.com/GetStream/stream-chat-js/commit/f2ba9141fc5375e00706d653dc96f122896631f9))
40+
3441
### [8.57.1](https://github.com/GetStream/stream-chat-js/compare/v8.56.1...v8.57.1) (2025-02-27)
3542

3643

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ export * from './token_manager';
2222
export * from './types';
2323
export * from './channel_manager';
2424
export * from './custom_types';
25-
export { isOwnUser, chatCodes, logChatPromiseExecution, formatMessage } from './utils';
25+
export { isOwnUser, chatCodes, logChatPromiseExecution, formatMessage, promoteChannel } from './utils';

0 commit comments

Comments
 (0)