diff --git a/.changeset/cuddly-donuts-play.md b/.changeset/cuddly-donuts-play.md deleted file mode 100644 index f25f902..0000000 --- a/.changeset/cuddly-donuts-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wonka': patch ---- - -Fix overload of `pipe` type not being applied in bundled `d.ts` file. diff --git a/CHANGELOG.md b/CHANGELOG.md index 710f83e..39f8be9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # wonka +## 6.2.3 + +### Patch Changes + +- ⚠️ Fix overload of `pipe` type not being applied in bundled `d.ts` file, by [@kitten](https://github.com/kitten) (See [#144](https://github.com/0no-co/wonka/pull/144)) + ## 6.2.2 ### Patch Changes diff --git a/package.json b/package.json index 2a519dd..a00ae62 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.2.2", + "version": "6.2.3", "author": "0no.co ", "source": "./src/index.ts", "main": "./dist/wonka",