diff --git a/.changeset/fast-hornets-glow.md b/.changeset/fast-hornets-glow.md deleted file mode 100644 index 235f61d..0000000 --- a/.changeset/fast-hornets-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/stream": patch ---- - -update `/io` diff --git a/.changeset/odd-yaks-hug.md b/.changeset/odd-yaks-hug.md deleted file mode 100644 index 9c589f6..0000000 --- a/.changeset/odd-yaks-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/stream": patch ---- - -fix filterMap tacit usage diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e6270a..8d189df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @effect/stream +## 0.37.1 + +### Patch Changes + +- [#186](https://github.com/Effect-TS/stream/pull/186) [`6597345`](https://github.com/Effect-TS/stream/commit/6597345f84245865cb9b03cacf47394d7dc354a9) Thanks [@fubhy](https://github.com/fubhy)! - update `/io` + +- [#187](https://github.com/Effect-TS/stream/pull/187) [`0e4c6d1`](https://github.com/Effect-TS/stream/commit/0e4c6d1dd416836fe93833904e74d1daeb76a963) Thanks [@tim-smart](https://github.com/tim-smart)! - fix filterMap tacit usage + ## 0.37.0 ### Minor Changes diff --git a/package.json b/package.json index 203fef8..bf9f368 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@effect/stream", - "version": "0.37.0", + "version": "0.37.1", "publishConfig": { "access": "public", "directory": "dist"