From d1c6fae5c9d36116bb4cd38575c9ea872a044391 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 15:01:43 -0700 Subject: [PATCH] chore(main): release 2.2.0 (#35) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5ee420..26850de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/jacob-ebey/turbo-stream/compare/v2.1.0...v2.2.0) (2024-06-04) + + +### Features + +* allow plugins to custom encode functions ([#34](https://github.com/jacob-ebey/turbo-stream/issues/34)) ([6bd197a](https://github.com/jacob-ebey/turbo-stream/commit/6bd197a258fa188c8ea4f8232531bf10f56c5d8d)) + ## [2.1.0](https://github.com/jacob-ebey/turbo-stream/compare/v2.0.1...v2.1.0) (2024-05-30) diff --git a/package.json b/package.json index 64412e2..a0e561b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turbo-stream", - "version": "2.1.0", + "version": "2.2.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",