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

Version Packages (#139)

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

authored by github-actions[bot] Phil Pluckthun and committed by GitHub ddbe75cb 7ef7da99

Changed files
+7 -6
.changeset
-5
.changeset/few-bears-jog.md
··· 1 - --- 2 - 'wonka': patch 3 - --- 4 - 5 - Fix accidental addition of `postinstall` script rather than `prepare` script.
+6
CHANGELOG.md
··· 1 1 # wonka 2 2 3 + ## 6.2.1 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ 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)) 8 + 3 9 ## 6.2.0 4 10 5 11 ### Minor Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "wonka", 3 3 "description": "A tiny but capable push & pull stream library for TypeScript and Flow", 4 - "version": "6.2.0", 4 + "version": "6.2.1", 5 5 "author": "0no.co <hi@0no.co>", 6 6 "source": "./src/index.ts", 7 7 "main": "./dist/wonka",