···11----
22-'wonka': minor
33----
44-55-Implement `toAsyncIterable`, converting a Wonka source to a JS Async Iterable.
-5
.changeset/calm-tomatoes-chew.md
···11----
22-'wonka': minor
33----
44-55-Implement `d.ts` bundling. Only a single `wonka.d.ts` typings file will now be available to TypeScript.
-5
.changeset/eleven-candles-rest.md
···11----
22-'wonka': patch
33----
44-55-Fix promise timing by adding missing `Promise.resolve()` tick to `toPromise` sink function.
-5
.changeset/seven-meals-film.md
···11----
22-'wonka': patch
33----
44-55-Fix implementation of Observable spec as such that Observable.subscribe(onNext, onError, onComplete) becomes valid.
-5
.changeset/violet-suits-yawn.md
···11----
22-'wonka': minor
33----
44-55-Add extensive TSDoc documentation for all `wonka` internals and exports. This will replace the documentation and give consumers more guidance on each of the library's extensive utilities.
+14
CHANGELOG.md
···11+# wonka
22+33+## 6.2.0
44+55+### Minor Changes
66+77+- Implement `toAsyncIterable`, converting a Wonka source to a JS Async Iterable, by [@kitten](https://github.com/kitten) (See [#133](https://github.com/0no-co/wonka/pull/133))
88+- Implement `d.ts` bundling. Only a single `wonka.d.ts` typings file will now be available to TypeScript, by [@kitten](https://github.com/kitten) (See [#135](https://github.com/0no-co/wonka/pull/135))
99+- Add extensive TSDoc documentation for all `wonka` internals and exports. This will replace the documentation and give consumers more guidance on each of the library's extensive utilities, by [@kitten](https://github.com/kitten) (See [#136](https://github.com/0no-co/wonka/pull/136))
1010+1111+### Patch Changes
1212+1313+- ⚠️ Fix promise timing by adding missing `Promise.resolve()` tick to `toPromise` sink function, by [@kitten](https://github.com/kitten) (See [#131](https://github.com/0no-co/wonka/pull/131))
1414+- ⚠️ Fix implementation of Observable spec as such that Observable.subscribe(onNext, onError, onComplete) becomes valid, by [@kitten](https://github.com/kitten) (See [#132](https://github.com/0no-co/wonka/pull/132))
+1-1
package.json
···11{
22 "name": "wonka",
33 "description": "A tiny but capable push & pull stream library for TypeScript and Flow",
44- "version": "6.1.2",
44+ "version": "6.2.0",
55 "author": "0no.co <hi@0no.co>",
66 "source": "./src/index.ts",
77 "main": "./dist/wonka",