diff --git a/CHANGELOG.md b/CHANGELOG.md index e0583068..5569c9c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.16.7](https://github.com/KATT/tupleson/compare/0.16.6...0.16.7) (2023-10-07) + + +### Bug Fixes + +* we should call `.close()` in async iterable ([#50](https://github.com/KATT/tupleson/issues/50)) ([b9a82f4](https://github.com/KATT/tupleson/commit/b9a82f41b9361360856f9141fd56b7ad49301c08)) + ## [0.16.6](https://github.com/KATT/tupleson/compare/0.16.5...0.16.6) (2023-10-07) diff --git a/package.json b/package.json index a0dac83a..8385d781 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tupleson", - "version": "0.16.6", + "version": "0.16.7", "description": "A hackable JSON serializer/deserializer", "repository": { "type": "git",