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

Commit

Permalink
chore: release v0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Oct 13, 2023
1 parent 4a9c5c5 commit d84d2e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down Expand Up @@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tupleson",
"version": "0.17.3",
"version": "0.17.4",
"description": "A hackable JSON serializer/deserializer",
"repository": {
"type": "git",
Expand Down

0 comments on commit d84d2e9

Please sign in to comment.