Mirror: 🎩 A tiny but capable push & pull stream library for TypeScript and Flow

Version Packages (#139)

Co-authored-by: Phil Pluckthun <phil@kitten.sh>

Changed files
+7 -6
.changeset
-5
.changeset/few-bears-jog.md
···
-
---
-
'wonka': patch
-
---
-
-
Fix accidental addition of `postinstall` script rather than `prepare` script.
···
+6
CHANGELOG.md
···
# wonka
## 6.2.0
### Minor Changes
···
# wonka
+
## 6.2.1
+
+
### Patch Changes
+
+
- ⚠️ Fix accidental addition of `postinstall` script rather than `prepare` script, by [@kitten](https://github.com/kitten) (See [#138](https://github.com/0no-co/wonka/pull/138))
+
## 6.2.0
### Minor Changes
+1 -1
package.json
···
{
"name": "wonka",
"description": "A tiny but capable push & pull stream library for TypeScript and Flow",
-
"version": "6.2.0",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/wonka",
···
{
"name": "wonka",
"description": "A tiny but capable push & pull stream library for TypeScript and Flow",
+
"version": "6.2.1",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/wonka",