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

Commit 7348be5

Browse files
committed
chore: release v0.20.0
1 parent 81cb0ca commit 7348be5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
# [0.20.0](https://github.com/trpc/tupleson/compare/0.19.1...0.20.0) (2023-10-20)
4+
5+
6+
### Features
7+
8+
* example tweak + add utils for creating JSON streams ([#70](https://github.com/trpc/tupleson/issues/70)) ([81cb0ca](https://github.com/trpc/tupleson/commit/81cb0ca5d2426d5d96912c2e9dd4b6aa4490983a))
9+
310
## [0.19.1](https://github.com/trpc/tupleson/compare/0.19.0...0.19.1) (2023-10-20)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tupleson",
3-
"version": "0.19.1",
3+
"version": "0.20.0",
44
"description": "A hackable JSON serializer/deserializer",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)