diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c09a81..45381352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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) + +### 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 + +* 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",