From 326d7a900cf959e7eea70712d1665ba62e80698f Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 5 Feb 2024 20:48:38 +0000 Subject: [PATCH] chore(release): v8.15.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a54d5032f..02c007e40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.15.1](https://github.com/GetStream/stream-chat-js/compare/v8.15.0...v8.15.1) (2024-02-05) + + +### Features + +* threads 2.0 ([#1204](https://github.com/GetStream/stream-chat-js/issues/1204)) ([7bb64a8](https://github.com/GetStream/stream-chat-js/commit/7bb64a8fd3e11c043343c79935dfe77b97fc3d6e)) + + +### Bug Fixes + +* allow user_id in keystroke and stopTyping function ([#1221](https://github.com/GetStream/stream-chat-js/issues/1221)) ([c81586b](https://github.com/GetStream/stream-chat-js/commit/c81586b2f82d60814588b442106ddd228a4a35b1)) + ## [8.15.0](https://github.com/GetStream/stream-chat-js/compare/v8.14.5...v8.15.0) (2024-02-01) diff --git a/package.json b/package.json index 885e9b739..6f067e123 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stream-chat", - "version": "8.15.0", + "version": "8.15.1", "description": "JS SDK for the Stream Chat API", "author": "GetStream", "homepage": "https://getstream.io/chat/",