From 1d003eb162f83777f66c959d098368409dccf0ba Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 12 Jun 2026 12:47:46 +0000 Subject: [PATCH 1/3] chore(release): v8.14.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c09a81..8b2d53d9 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.14.0](https://github.com/GetStream/stream-js/compare/v8.13.0...v8.14.0) (2026-06-12) + + +### Bug Fixes + +* undefined process in stream client ([#625](https://github.com/GetStream/stream-js/issues/625)) ([83bed55](https://github.com/GetStream/stream-js/commit/83bed557807a135f71676201c999b5923ad7ceba)) + ## [8.13.0](https://github.com/GetStream/stream-js/compare/v8.12.1...v8.13.0) (2026-05-26) diff --git a/package.json b/package.json index cfd1c38f..958edaf0 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.13.0", + "version": "8.14.0", "scripts": { "changelog": "standard-version --release-as $VERSION --skip.tag --skip.commit --tag-prefix=v", "commitlinter": "commitlint", From 14e27d595a879311932e4593c63caed003b954cf Mon Sep 17 00:00:00 2001 From: Oliver Lazoroski Date: Fri, 12 Jun 2026 14:53:57 +0200 Subject: [PATCH 2/3] Update dependencies and fix stream client issue Upgraded dependencies including follow-redirects and axios to their latest versions. Fixed undefined process issue in stream client. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b2d53d9..0857ff79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. See [standa ## [8.14.0](https://github.com/GetStream/stream-js/compare/v8.13.0...v8.14.0) (2026-06-12) +### Dependencies +* upgraded `follow-redirects`, `axios` and a few more dev dependencies to their latest versions ([#655](https://github.com/GetStream/stream-js/pull/655)) ([83bed55](https://github.com/GetStream/stream-js/commit/83bed557807a135f71676201c999b5923ad7ceba)) ### Bug Fixes From 3db744ca6eb6f6eff7eae36ee537de811646b9bc Mon Sep 17 00:00:00 2001 From: Oliver Lazoroski Date: Fri, 12 Jun 2026 14:54:10 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0857ff79..45381352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. See [standa ## [8.14.0](https://github.com/GetStream/stream-js/compare/v8.13.0...v8.14.0) (2026-06-12) ### Dependencies + * upgraded `follow-redirects`, `axios` and a few more dev dependencies to their latest versions ([#655](https://github.com/GetStream/stream-js/pull/655)) ([83bed55](https://github.com/GetStream/stream-js/commit/83bed557807a135f71676201c999b5923ad7ceba)) ### Bug Fixes