diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f00999b..90c09a81 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.13.0](https://github.com/GetStream/stream-js/compare/v8.12.1...v8.13.0) (2026-05-26) + + +### Features + +* make node agent keep-alive settings configurable ([#648](https://github.com/GetStream/stream-js/issues/648)) ([77eb4a5](https://github.com/GetStream/stream-js/commit/77eb4a512e3278d31851e1e6cf38198dc434023b)) + ### [8.12.1](https://github.com/GetStream/stream-js/compare/v8.12.0...v8.12.1) (2026-03-11) ## [8.12.0](https://github.com/GetStream/stream-js/compare/v8.9.0...v8.12.0) (2026-03-11) diff --git a/package.json b/package.json index 5e9896da..4f4c9651 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.12.1", + "version": "8.13.0", "scripts": { "changelog": "standard-version --release-as $VERSION --skip.tag --skip.commit --tag-prefix=v", "commitlinter": "commitlint",