From 8fe062dc9c4d3fc259685f158e9461f943e3ebb4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 19:27:26 +0000 Subject: [PATCH] Version Packages (#142) Co-authored-by: github-actions[bot] --- .changeset/new-feet-sell.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/new-feet-sell.md diff --git a/.changeset/new-feet-sell.md b/.changeset/new-feet-sell.md deleted file mode 100644 index 9fe2b24..0000000 --- a/.changeset/new-feet-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wonka': patch ---- - -Fix missing `Symbol.observable` typings and remove `const enum` exports, which aren't usable in isolated modules. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8675102..710f83e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # wonka +## 6.2.2 + +### Patch Changes + +- ⚠️ Fix missing `Symbol.observable` typings and remove `const enum` exports, which aren't usable in isolated modules, by [@kitten](https://github.com/kitten) (See [#141](https://github.com/0no-co/wonka/pull/141)) + ## 6.2.1 ### Patch Changes diff --git a/package.json b/package.json index f85e3cd..2a519dd 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.1", + "version": "6.2.2", "author": "0no.co ", "source": "./src/index.ts", "main": "./dist/wonka",