diff --git a/CHANGELOG.md b/CHANGELOG.md index 8df24f09..30a64c7e 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.3.0](https://github.com/GetStream/stream-js/compare/v8.2.0...v8.3.0) (2023-08-31) + ## [8.2.0](https://github.com/GetStream/stream-js/compare/v8.1.5...v8.2.0) (2023-08-18) ### [8.1.5](https://github.com/GetStream/stream-js/compare/v8.1.4...v8.1.5) (2023-05-18) diff --git a/package.json b/package.json index d0317c58..5ae9d42d 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.2.0", + "version": "8.3.0", "scripts": { "changelog": "standard-version --release-as $VERSION --skip.tag --skip.commit --tag-prefix=v", "commitlinter": "commitlint",