From 2b78e323b31d104dc254a8c2f5fb70f3161f82a2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 10 Mar 2026 16:39:49 +0000 Subject: [PATCH 1/2] chore(release): v8.11.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91bc1a55..217b3690 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.11.0](https://github.com/GetStream/stream-js/compare/v8.9.0...v8.11.0) (2026-03-10) + + +### Bug Fixes + +* **ci:** upgrade GitHub Actions from v3 to v4 to fix hanging CI ([#639](https://github.com/GetStream/stream-js/issues/639)) ([52f9495](https://github.com/GetStream/stream-js/commit/52f949517743c08aa7cb219d780fce899736b05c)) + ## [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 3b104917..ffd41ff8 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.11.0", "scripts": { "changelog": "standard-version --release-as $VERSION --skip.tag --skip.commit --tag-prefix=v", "commitlinter": "commitlint", From a8796e36cf9361b6986dd202be30fce37145e6bf Mon Sep 17 00:00:00 2001 From: Aditya Agarwal Date: Tue, 10 Mar 2026 17:41:27 +0100 Subject: [PATCH 2/2] chore: trigger ci