From 6cdb1d2e9a3e04f0a1a5ef84962430780dd31d3f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 11 Mar 2026 10:33:16 +0000 Subject: [PATCH 1/2] chore(release): v8.12.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 217b3690..7997d6da 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.12.0](https://github.com/GetStream/stream-js/compare/v8.9.0...v8.12.0) (2026-03-11) + + +### Features + +* add Node 24 support ([#640](https://github.com/GetStream/stream-js/issues/640)) ([f758b05](https://github.com/GetStream/stream-js/commit/f758b05cfe678ebaaa2df5e40afdf13b85726ed3)) + + +### 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.11.0](https://github.com/GetStream/stream-js/compare/v8.9.0...v8.11.0) (2026-03-10) diff --git a/package.json b/package.json index 9c3299bc..fc0ca46c 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.11.0", + "version": "8.12.0", "scripts": { "changelog": "standard-version --release-as $VERSION --skip.tag --skip.commit --tag-prefix=v", "commitlinter": "commitlint", From 4f1cf07b22f16ee061e47eb0736ef5551ddf4732 Mon Sep 17 00:00:00 2001 From: Aditya Agarwal Date: Wed, 11 Mar 2026 11:34:22 +0100 Subject: [PATCH 2/2] chore: trigger ci