Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit 7db3458

Browse files
committed
chore: release v0.22.1
1 parent d190fa6 commit 7db3458

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [0.22.1](https://github.com/trpc/tupleson/compare/0.22.0...0.22.1) (2023-10-26)
4+
5+
6+
### Bug Fixes
7+
8+
* handle `NodeJS.ReadableStream` ([#81](https://github.com/trpc/tupleson/issues/81)) ([d190fa6](https://github.com/trpc/tupleson/commit/d190fa672f5af074db6165d38f362a035634ff50))
9+
310
# [0.22.0](https://github.com/trpc/tupleson/compare/0.21.0...0.22.0) (2023-10-26)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tupleson",
3-
"version": "0.22.0",
3+
"version": "0.22.1",
44
"description": "A hackable JSON serializer/deserializer",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)