diff --git a/.changeset/old-cars-divide.md b/.changeset/old-cars-divide.md deleted file mode 100644 index aea6711..0000000 --- a/.changeset/old-cars-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/stream": patch ---- - -Stream: replace Duration.Duration with Duration.DurationInput in public APIs diff --git a/CHANGELOG.md b/CHANGELOG.md index fe49e71..9c9b884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect/stream +## 0.36.1 + +### Patch Changes + +- [#178](https://github.com/Effect-TS/stream/pull/178) [`81e2d51`](https://github.com/Effect-TS/stream/commit/81e2d513c73ddc3004cb915d1ef075847cd1d70d) Thanks [@gcanti](https://github.com/gcanti)! - Stream: replace Duration.Duration with Duration.DurationInput in public APIs + ## 0.36.0 ### Minor Changes diff --git a/package.json b/package.json index d542512..d74d767 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@effect/stream", - "version": "0.36.0", + "version": "0.36.1", "publishConfig": { "access": "public", "directory": "dist"