From 6f810386afc1d11d4f81a2c5690007d7950d4803 Mon Sep 17 00:00:00 2001 From: KATT Date: Fri, 20 Oct 2023 08:57:27 +0000 Subject: [PATCH] chore: release v0.19.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 437e5ca..5a688a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.19.1](https://github.com/trpc/tupleson/compare/0.19.0...0.19.1) (2023-10-20) + + +### Bug Fixes + +* close event-source connection when response is complete ([#69](https://github.com/trpc/tupleson/issues/69)) ([9a90d4c](https://github.com/trpc/tupleson/commit/9a90d4c53898928b45632a3f61c7553f071969a2)) + # [0.19.0](https://github.com/trpc/tupleson/compare/0.18.0...0.19.0) (2023-10-13) diff --git a/package.json b/package.json index 374fa67..4def632 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tupleson", - "version": "0.19.0", + "version": "0.19.1", "description": "A hackable JSON serializer/deserializer", "repository": { "type": "git",