From a692fbc5341e2f488a1ab9446209c2585c55b21c Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 22 Jan 2025 15:13:23 +0000 Subject: [PATCH 1/2] chore(release): v8.5.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9974d86..e254a104 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.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) ## [8.4.0](https://github.com/GetStream/stream-js/compare/v8.3.1...v8.4.0) (2023-10-24) diff --git a/package.json b/package.json index 0223d770..a13d2f18 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.4.1", + "version": "8.5.1", "scripts": { "changelog": "standard-version --release-as $VERSION --skip.tag --skip.commit --tag-prefix=v", "commitlinter": "commitlint", From 9744e95bfd5e8ebe1eca3208bc7adce084486a16 Mon Sep 17 00:00:00 2001 From: Aditya Agarwal Date: Wed, 22 Jan 2025 16:26:17 +0100 Subject: [PATCH 2/2] Trigger CI