Skip to content

Commit

Permalink
chore(main): release 2.2.1 (#40)
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 84520be commit 6606948
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.1](https://github.com/jacob-ebey/turbo-stream/compare/v2.2.0...v2.2.1) (2024-08-09)


### Bug Fixes

* encoding of previously-used values ([#38](https://github.com/jacob-ebey/turbo-stream/issues/38)) ([84520be](https://github.com/jacob-ebey/turbo-stream/commit/84520be9a84223ee74dc49e32f3c5fe047c5eb78))

## [2.2.0](https://github.com/jacob-ebey/turbo-stream/compare/v2.1.0...v2.2.0) (2024-06-04)


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.0",
"version": "2.2.1",
"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 6606948

Please sign in to comment.