···11----
22-'wonka': patch
33----
44-55-Make `closed: boolean` on `ObservableSubscription`s a required field to comply with the Observable proposal's type spec.
+7
CHANGELOG.md
···11# wonka
2233+## 6.2.5
44+55+### Patch Changes
66+77+- Make `closed: boolean` on `ObservableSubscription`s a required field to comply with the Observable proposal's type spec
88+ Submitted by [@naporin0624](https://github.com/naporin0624) (See [#151](https://github.com/0no-co/wonka/pull/151))
99+310## 6.2.4
411512### Patch Changes
+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.2.4",
44+ "version": "6.2.5",
55 "author": "0no.co <hi@0no.co>",
66 "source": "./src/index.ts",
77 "main": "./dist/wonka",