From f9f176a1343b8d73b7fbd5f351f2f3b2ea343499 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 1 Sep 2026 12:47:50 +0000 Subject: [PATCH] chore(release): v8.15.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45381352..7fe797e6 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.15.0](https://github.com/GetStream/stream-js/compare/v8.14.0...v8.15.0) (2026-09-01) + + +### Features + +* trim dependencies, drop Node 16, and target ES2020 ([#667](https://github.com/GetStream/stream-js/issues/667)) ([f385a45](https://github.com/GetStream/stream-js/commit/f385a45c0e790f507d03b9af5b38883c604ad388)) + ## [8.14.0](https://github.com/GetStream/stream-js/compare/v8.13.0...v8.14.0) (2026-06-12) ### Dependencies diff --git a/package.json b/package.json index 69ac3904..a813cc57 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.14.0", + "version": "8.15.0", "scripts": { "changelog": "standard-version --release-as $VERSION --skip.tag --skip.commit --tag-prefix=v", "transpile": "babel src --out-dir lib --extensions '.ts'",