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",