From b77a3bbfdfdd2ce41d845ba204ab5053068eec66 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 13 Feb 2026 16:17:36 +0000 Subject: [PATCH] chore(release): v8.9.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91bc1a55..939313bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.9.1](https://github.com/GetStream/stream-js/compare/v8.9.0...v8.9.1) (2026-02-13) + ## [8.9.0](https://github.com/GetStream/stream-js/compare/v8.8.0...v8.9.0) (2026-02-11) ## [8.9.0](https://github.com/GetStream/stream-js/compare/v8.8.0...v8.9.0) (2026-02-10) diff --git a/package.json b/package.json index d3c8e6dc..55cf4517 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "homepage": "https://getstream.io/docs/?language=js", "email": "support@getstream.io", "license": "BSD-3-Clause", - "version": "8.9.0", + "version": "8.9.1", "scripts": { "changelog": "standard-version --release-as $VERSION --skip.tag --skip.commit --tag-prefix=v", "commitlinter": "commitlint",