From d84d2e9bba3f6978952b337630a1ab37137c8385 Mon Sep 17 00:00:00 2001 From: KATT Date: Fri, 13 Oct 2023 09:35:24 +0000 Subject: [PATCH] chore: release v0.17.4 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e55447e..d2a5a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.17.4](https://github.com/trpc/tupleson/compare/0.17.3...0.17.4) (2023-10-13) + + +### Bug Fixes + +* `tsonAsyncIterator` -> `tsonAsyncIterable` ([#66](https://github.com/trpc/tupleson/issues/66)) ([4a9c5c5](https://github.com/trpc/tupleson/commit/4a9c5c55ad3898271468fecb55dd0d542c37137a)) + ## [0.17.3](https://github.com/trpc/tupleson/compare/0.17.2...0.17.3) (2023-10-13) @@ -222,4 +229,4 @@ ### Features * initial version ([#1](https://github.com/trpc/tupleson/issues/1)) ([ccce25b](https://github.com/trpc/tupleson/commit/*cce25b6a039cf2e5c1a774c1ab022f0946ca8d5)) -- initialized repo ✨ ([c9e92a4](https://github.com/trpc/tupleson/commit/c9e92a42c97a8bc1ee3a9214f65626425c8598e3)) +- initialized repo ✨ ([c9e92a4](https://github.com/trpc/tupleson/commit/c9e92a42c97a8bc1ee3a9214f65626425c8598e3)) \ No newline at end of file diff --git a/package.json b/package.json index a80d418..580b61b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tupleson", - "version": "0.17.3", + "version": "0.17.4", "description": "A hackable JSON serializer/deserializer", "repository": { "type": "git",