diff --git a/CHANGELOG.md b/CHANGELOG.md index 635900d8..7ef76af3 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.4.0](https://github.com/GetStream/stream-js/compare/v8.3.1...v8.4.0) (2023-10-24) + ### [8.3.1](https://github.com/GetStream/stream-js/compare/v8.3.0...v8.3.1) (2023-09-05) ## [8.3.0](https://github.com/GetStream/stream-js/compare/v8.2.0...v8.3.0) (2023-08-31) diff --git a/package.json b/package.json index e3a4c428..c748c3ef 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.3.1", + "version": "8.4.0", "scripts": { "changelog": "standard-version --release-as $VERSION --skip.tag --skip.commit --tag-prefix=v", "commitlinter": "commitlint",