From c0086f034021a6a59d9e15c2757f1c9612d839bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Mar 2023 19:50:44 +0000 Subject: [PATCH] chore: release @sounisi5011/stream-transform-from 1.1.2 --- packages/stream-transform-from/CHANGELOG.md | 9 ++++++++- packages/stream-transform-from/package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/stream-transform-from/CHANGELOG.md b/packages/stream-transform-from/CHANGELOG.md index 694c4ac99..565329730 100644 --- a/packages/stream-transform-from/CHANGELOG.md +++ b/packages/stream-transform-from/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +### [1.1.2](https://www.github.com/sounisi5011/npm-packages/compare/stream-transform-from-v1.1.1...stream-transform-from-v1.1.2) (2023-03-04) + + +### Bug Fixes + +* **package.json:** add "types" import condition to the `exports` field in `package.json` ([#644](https://www.github.com/sounisi5011/npm-packages/issues/644)) ([6fb0689](https://www.github.com/sounisi5011/npm-packages/commit/6fb0689f8640957f627df7ffccb155abfd593f16)) + ## [1.1.1](https://www.github.com/sounisi5011/npm-packages/compare/stream-transform-from-v1.1.0...stream-transform-from-v1.1.1) (2022-05-28) ### Bug Fixes @@ -85,4 +92,4 @@ * [`d73b305`](https://github.com/sounisi5011/npm-packages/commit/d73b3059afe08a1b2d63cb89eef312e58e53b3f7) chore(deps): pin dependency @types/node to 15.6.0 ([#71](https://github.com/sounisi5011/npm-packages/issues/71)) * [`2d7d879`](https://github.com/sounisi5011/npm-packages/commit/2d7d87958cb794181cc065a9ddb676a7a685c251) feat(stream-transform-from): create a new package ([#68](https://github.com/sounisi5011/npm-packages/issues/68)) - \ No newline at end of file + diff --git a/packages/stream-transform-from/package.json b/packages/stream-transform-from/package.json index 8fdf3261e..9f594fda1 100644 --- a/packages/stream-transform-from/package.json +++ b/packages/stream-transform-from/package.json @@ -1,6 +1,6 @@ { "name": "@sounisi5011/stream-transform-from", - "version": "1.1.1", + "version": "1.1.2", "description": "Create a transform stream from an async iterator", "keywords": [ "async",