From 6abb4670c48422aba14f70b606eac9fab4562f13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:07:38 +0200 Subject: [PATCH] Version Packages (#674) Co-authored-by: github-actions[bot] --- .changeset/fast-drinks-tickle.md | 5 ----- packages/effect-http-node/CHANGELOG.md | 6 ++++++ packages/effect-http-node/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fast-drinks-tickle.md diff --git a/.changeset/fast-drinks-tickle.md b/.changeset/fast-drinks-tickle.md deleted file mode 100644 index 7b5e6050f..000000000 --- a/.changeset/fast-drinks-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"effect-http-node": patch ---- - -Update /platform-node. diff --git a/packages/effect-http-node/CHANGELOG.md b/packages/effect-http-node/CHANGELOG.md index 9736ee85a..28c3c1876 100644 --- a/packages/effect-http-node/CHANGELOG.md +++ b/packages/effect-http-node/CHANGELOG.md @@ -1,5 +1,11 @@ # effect-http-node +## 0.18.2 + +### Patch Changes + +- [#673](https://github.com/sukovanej/effect-http/pull/673) [`9f580c6`](https://github.com/sukovanej/effect-http/commit/9f580c6a4606c113530c5b685575f38bfc22cd1a) Thanks [@sukovanej](https://github.com/sukovanej)! - Update /platform-node. + ## 0.18.1 ### Patch Changes diff --git a/packages/effect-http-node/package.json b/packages/effect-http-node/package.json index 91e92a656..a0da05ab8 100644 --- a/packages/effect-http-node/package.json +++ b/packages/effect-http-node/package.json @@ -1,7 +1,7 @@ { "name": "effect-http-node", "type": "module", - "version": "0.18.1", + "version": "0.18.2", "license": "MIT", "author": "Milan Suk ", "description": "High-level declarative HTTP API for effect-ts",