From 831d7c4f35500a69d4aa2a62b5c25b694d2df221 Mon Sep 17 00:00:00 2001 From: KATT Date: Fri, 20 Oct 2023 12:50:55 +0000 Subject: [PATCH] chore: release v0.20.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d35c665..ac9884a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.20.4](https://github.com/trpc/tupleson/compare/0.20.3...0.20.4) (2023-10-20) + + +### Bug Fixes + +* close `eventSource` on stream end ([#76](https://github.com/trpc/tupleson/issues/76)) ([2cdfc8c](https://github.com/trpc/tupleson/commit/2cdfc8c0478479dcfd790b834feee7cf40f161b7)) + ## [0.20.3](https://github.com/trpc/tupleson/compare/0.20.2...0.20.3) (2023-10-20) diff --git a/package.json b/package.json index f6637b1..a54dc94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tupleson", - "version": "0.20.3", + "version": "0.20.4", "description": "A hackable JSON serializer/deserializer", "repository": { "type": "git",