diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e26e2c..bcec478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.22.1](https://github.com/trpc/tupleson/compare/0.22.0...0.22.1) (2023-10-26) + + +### Bug Fixes + +* handle `NodeJS.ReadableStream` ([#81](https://github.com/trpc/tupleson/issues/81)) ([d190fa6](https://github.com/trpc/tupleson/commit/d190fa672f5af074db6165d38f362a035634ff50)) + # [0.22.0](https://github.com/trpc/tupleson/compare/0.21.0...0.22.0) (2023-10-26) diff --git a/package.json b/package.json index 35dfadc..6a01bd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tupleson", - "version": "0.22.0", + "version": "0.22.1", "description": "A hackable JSON serializer/deserializer", "repository": { "type": "git",