Skip to content

Commit 183925e

Browse files
Version Packages (#169)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f028aa3 commit 183925e

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/fresh-tips-yell.md

-5
This file was deleted.

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# wonka
22

3+
## 6.3.4
4+
5+
### Patch Changes
6+
7+
- Add missing `Symbol.observable` global declaration back to typings
8+
Submitted by [@kitten](https://github.com/kitten) (See [#168](https://github.com/0no-co/wonka/pull/168))
9+
310
## 6.3.3
411

512
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wonka",
33
"description": "A tiny but capable push & pull stream library for TypeScript and Flow",
4-
"version": "6.3.3",
4+
"version": "6.3.4",
55
"author": "0no.co <[email protected]>",
66
"source": "./src/index.ts",
77
"main": "./dist/wonka",

0 commit comments

Comments
 (0)