Skip to content

Commit

Permalink
chore: release v8.39.0 (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 22, 2024
1 parent 2ce6059 commit 53da933
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.39.0](https://github.com/GetStream/stream-chat-js/compare/v8.38.0...v8.39.0) (2024-08-22)


### Features

* add channel messages pagination indicators ([#1332](https://github.com/GetStream/stream-chat-js/issues/1332)) ([2ce6059](https://github.com/GetStream/stream-chat-js/commit/2ce6059932246623dc89c61afe58d2af94f84b65))


### Bug Fixes

* add an extra step after yarn link for the RN setup ([#1341](https://github.com/GetStream/stream-chat-js/issues/1341)) ([47fe71c](https://github.com/GetStream/stream-chat-js/commit/47fe71c9cafdf573534ab1485560d244c2ebad5c))
* encode all the values interpolated to HTTP request URLs ([#1340](https://github.com/GetStream/stream-chat-js/issues/1340)) ([f7407da](https://github.com/GetStream/stream-chat-js/commit/f7407da7243c558fdd468b6281c96a133b1d89c3))

## [8.38.0](https://github.com/GetStream/stream-chat-js/compare/v8.37.0...v8.38.0) (2024-08-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-chat",
"version": "8.38.0",
"version": "8.39.0",
"description": "JS SDK for the Stream Chat API",
"author": "GetStream",
"homepage": "https://getstream.io/chat/",
Expand Down

0 comments on commit 53da933

Please sign in to comment.