Skip to content

Commit

Permalink
chore(main): release 2.2.3 (#44)
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 11, 2024
1 parent 88c51a7 commit 6d55e96
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.3](https://github.com/jacob-ebey/turbo-stream/compare/v2.2.2...v2.2.3) (2024-08-11)


### Bug Fixes

* push one value at a time to avoid stack overflows ([#43](https://github.com/jacob-ebey/turbo-stream/issues/43)) ([88c51a7](https://github.com/jacob-ebey/turbo-stream/commit/88c51a7f4a1803c12570bf325fdfc8ec9578e3f5))

## [2.2.2](https://github.com/jacob-ebey/turbo-stream/compare/v2.2.1...v2.2.2) (2024-08-10)


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.2",
"version": "2.2.3",
"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 6d55e96

Please sign in to comment.