diff --git a/CHANGELOG.md b/CHANGELOG.md index e25d7b3..bc074a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [0.1.4](https://github.com/AlmogBaku/openai-streaming/compare/v0.1.3...v0.1.4) (2023-09-27) + + +### Bug Fixes + +* ContentFn should have AsyncGenerator instead of Generator ([1f0f721](https://github.com/AlmogBaku/openai-streaming/commit/1f0f721afd8b41a04d94d739f48a57e45c61ab2b)) +* functions must use AsyncGenerator type or no type ([1d9f73b](https://github.com/AlmogBaku/openai-streaming/commit/1d9f73ba82f5df3c99007b7c31278a485291c914)) +* functions must use AsyncGenerator type or no type ([5cf4ba0](https://github.com/AlmogBaku/openai-streaming/commit/5cf4ba002348cbba4aff48f10237f354b57382b0)) + + + + + ## [0.1.3](https://github.com/AlmogBaku/openai-streaming/compare/v0.1.2...v0.1.3) (2023-09-27)