From 6ef56867da6043396aabc29ecc38ad588658fa80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 02:23:14 +0000 Subject: [PATCH] chore(main): release 3.2.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d9e5a3..3edb14a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.2.0](https://github.com/jacob-ebey/turbo-stream/compare/v3.1.0...v3.2.0) (2026-02-26) + + +### Features + +* handle large chunks via highWaterMark ([#82](https://github.com/jacob-ebey/turbo-stream/issues/82)) ([2f22ca8](https://github.com/jacob-ebey/turbo-stream/commit/2f22ca8f55bfc65b008a7d7534cbec9cd8f35f29)) + + +### Bug Fixes + +* handle large chunks ([2f22ca8](https://github.com/jacob-ebey/turbo-stream/commit/2f22ca8f55bfc65b008a7d7534cbec9cd8f35f29)) +* handle large chunks ([#79](https://github.com/jacob-ebey/turbo-stream/issues/79)) ([cf0f429](https://github.com/jacob-ebey/turbo-stream/commit/cf0f4299b8bed5dcc86c9efca424ab10784ab174)) + ## [3.1.0](https://github.com/jacob-ebey/turbo-stream/compare/v3.0.1...v3.1.0) (2025-02-07) diff --git a/package.json b/package.json index 41e1d0c..3b6562e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turbo-stream", - "version": "3.1.0", + "version": "3.2.0", "description": "A streaming data transport format that aims to support built-in features such as Promises, Dates, RegExps, Maps, Sets and more.", "files": [ "dist",