Skip to content

Commit

Permalink
chore(main): release 2.4.0 (#48)
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 17, 2024
1 parent 5fc83c8 commit c1e5ef6
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.4.0](https://github.com/jacob-ebey/turbo-stream/compare/v2.3.0...v2.4.0) (2024-08-17)


### Features

* add `postPlugins` for encode to handle any values that can not be handled natively or by other plugins ([#47](https://github.com/jacob-ebey/turbo-stream/issues/47)) ([5fc83c8](https://github.com/jacob-ebey/turbo-stream/commit/5fc83c8bb32407ec44767e55f6cecb950dc5b0e1))

## [2.3.0](https://github.com/jacob-ebey/turbo-stream/compare/v2.2.3...v2.3.0) (2024-08-12)


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.3.0",
"version": "2.4.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",
Expand Down

0 comments on commit c1e5ef6

Please sign in to comment.