diff --git a/CHANGELOG.md b/CHANGELOG.md index e254a104..6d904f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.6.1](https://github.com/GetStream/stream-js/compare/v8.5.1...v8.6.1) (2025-02-20) + ### [8.5.1](https://github.com/GetStream/stream-js/compare/v8.4.1...v8.5.1) (2025-01-22) ### [8.4.1](https://github.com/GetStream/stream-js/compare/v8.4.0...v8.4.1) (2023-11-21) diff --git a/package.json b/package.json index a13d2f18..a0aaf7c1 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.5.1", + "version": "8.6.1", "scripts": { "changelog": "standard-version --release-as $VERSION --skip.tag --skip.commit --tag-prefix=v", "commitlinter": "commitlint",