From cb59c2aadc53cf8e027e9237e56986ccb7c725fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 16:28:33 +0100 Subject: [PATCH] Version Packages (#166) Co-authored-by: github-actions[bot] --- .changeset/yellow-hounds-heal.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/yellow-hounds-heal.md 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",