From 111931e5a7d098a98e5d8003c0fe26b2d3d036bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 15:47:07 +0000 Subject: [PATCH] chore: release @web-std/stream 1.0.2 --- packages/stream/CHANGELOG.md | 9 +++++++++ packages/stream/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/stream/CHANGELOG.md b/packages/stream/CHANGELOG.md index eabfd73..c4805bc 100644 --- a/packages/stream/CHANGELOG.md +++ b/packages/stream/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### [1.0.2](https://www.github.com/web-std/io/compare/stream-v1.0.1...stream-v1.0.2) (2022-04-13) + + +### Bug Fixes + +* **packages/fetch:** only export what's needed so TS doesn't mess up the imports in the output files ([30ad037](https://www.github.com/web-std/io/commit/30ad0377a88ebffc3a998616e3b774ce5bcc584a)) +* **packages/stream:** no initializers in ambient contexts ([30ad037](https://www.github.com/web-std/io/commit/30ad0377a88ebffc3a998616e3b774ce5bcc584a)) +* typescript types ([#56](https://www.github.com/web-std/io/issues/56)) ([30ad037](https://www.github.com/web-std/io/commit/30ad0377a88ebffc3a998616e3b774ce5bcc584a)) + ### [1.0.1](https://www.github.com/web-std/io/compare/stream-v1.0.0...stream-v1.0.1) (2022-01-19) diff --git a/packages/stream/package.json b/packages/stream/package.json index 61a8a7a..add2bad 100644 --- a/packages/stream/package.json +++ b/packages/stream/package.json @@ -1,6 +1,6 @@ { "name": "@web-std/stream", - "version": "1.0.1", + "version": "1.0.2", "description": "Web API compatible streams for node/web", "files": [ "src",