diff --git a/.changeset/few-bears-jog.md b/.changeset/few-bears-jog.md deleted file mode 100644 index 6c74767..0000000 --- a/.changeset/few-bears-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wonka': patch ---- - -Fix accidental addition of `postinstall` script rather than `prepare` script. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed1253..8675102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 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 diff --git a/package.json b/package.json index 1719f00..1f9682f 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.0", + "version": "6.2.1", "author": "0no.co ", "source": "./src/index.ts", "main": "./dist/wonka",