diff --git a/.changeset/yellow-hounds-heal.md b/.changeset/yellow-hounds-heal.md deleted file mode 100644 index 942b6c8..0000000 --- a/.changeset/yellow-hounds-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wonka': patch ---- - -Improve compatibility of `fromAsyncIterable` and `toAsyncIterable`. The `toAsyncIterable` will now output an object that's both an `AsyncIterator` and an `AsyncIterable`. Both helpers will now use a polyfill for `Symbol.asyncIterator` to improve compatibility with the Hermes engine and Babel transpilation. diff --git a/CHANGELOG.md b/CHANGELOG.md index fd5ed6f..bb74e02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # wonka +## 6.3.3 + +### Patch Changes + +- Improve compatibility of `fromAsyncIterable` and `toAsyncIterable`. The `toAsyncIterable` will now output an object that's both an `AsyncIterator` and an `AsyncIterable`. Both helpers will now use a polyfill for `Symbol.asyncIterator` to improve compatibility with the Hermes engine and Babel transpilation + Submitted by [@kitten](https://github.com/kitten) (See [#165](https://github.com/0no-co/wonka/pull/165)) + ## 6.3.2 ### Patch Changes diff --git a/package.json b/package.json index d0b507a..dcf059e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wonka", "description": "A tiny but capable push & pull stream library for TypeScript and Flow", - "version": "6.3.2", + "version": "6.3.3", "author": "0no.co ", "source": "./src/index.ts", "main": "./dist/wonka",