Skip to content

Commit

Permalink
chore(main): release 2.2.2 (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 10, 2024
1 parent 8b602a3 commit 48e55f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 48e55f6

Please sign in to comment.