From 1d83ef0f9d837a69f8212bf299459c566d5155de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 14:49:56 -0700 Subject: [PATCH] chore(main): release 2.1.0 (#31) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbc48b0..d5ee420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.1.0](https://github.com/jacob-ebey/turbo-stream/compare/v2.0.1...v2.1.0) (2024-05-30) + + +### Features + +* support pre resolved / rejected promises ([#32](https://github.com/jacob-ebey/turbo-stream/issues/32)) ([3f15f99](https://github.com/jacob-ebey/turbo-stream/commit/3f15f9917222878b8b8df6bcc687e2d2d63ccfd2)) + + +### Bug Fixes + +* support empty Map and Set ([#26](https://github.com/jacob-ebey/turbo-stream/issues/26)) ([#27](https://github.com/jacob-ebey/turbo-stream/issues/27)) ([fe156fe](https://github.com/jacob-ebey/turbo-stream/commit/fe156fe61612d968abe60448f0882e1490354278)) + ## [2.0.1](https://github.com/jacob-ebey/turbo-stream/compare/v2.0.0...v2.0.1) (2024-04-29) diff --git a/package.json b/package.json index 58e072b..64412e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turbo-stream", - "version": "2.0.1", + "version": "2.1.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",