diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f0ba6..c7705c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.2](https://github.com/jacob-ebey/turbo-stream/compare/v2.2.1...v2.2.2) (2024-08-10) + + +### Bug Fixes + +* support "infinitely" large payloads ([#41](https://github.com/jacob-ebey/turbo-stream/issues/41)) ([8b602a3](https://github.com/jacob-ebey/turbo-stream/commit/8b602a33f15a914bba833123a32fcc6001ce846a)) + ## [2.2.1](https://github.com/jacob-ebey/turbo-stream/compare/v2.2.0...v2.2.1) (2024-08-09) diff --git a/package.json b/package.json index 0d3e88c..1359548 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turbo-stream", - "version": "2.2.1", + "version": "2.2.2", "description": "A streaming data transport format that aims to support built-in features such as Promises, Dates, RegExps, Maps, Sets and more.", "files": [ "dist",