diff --git a/.changeset/eight-grapes-tease.md b/.changeset/eight-grapes-tease.md deleted file mode 100644 index e26912632..000000000 --- a/.changeset/eight-grapes-tease.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"effect-http-node": patch -"effect-http": patch ---- - -Fix `ApiResponse.isFullResponse` - filter out non-2xx responses. diff --git a/.changeset/spotty-ravens-invent.md b/.changeset/spotty-ravens-invent.md deleted file mode 100644 index b22710695..000000000 --- a/.changeset/spotty-ravens-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"effect-http": patch ---- - -Fail using errors instead of defects. diff --git a/packages/effect-http-node/CHANGELOG.md b/packages/effect-http-node/CHANGELOG.md index 1b6611e0e..a70228d65 100644 --- a/packages/effect-http-node/CHANGELOG.md +++ b/packages/effect-http-node/CHANGELOG.md @@ -1,5 +1,14 @@ # effect-http-node +## 0.8.3 + +### Patch Changes + +- [#504](https://github.com/sukovanej/effect-http/pull/504) [`2874f89`](https://github.com/sukovanej/effect-http/commit/2874f89700963127c284589b6b209e02b26c44dc) Thanks [@sukovanej](https://github.com/sukovanej)! - Fix `ApiResponse.isFullResponse` - filter out non-2xx responses. + +- Updated dependencies [[`2874f89`](https://github.com/sukovanej/effect-http/commit/2874f89700963127c284589b6b209e02b26c44dc), [`2874f89`](https://github.com/sukovanej/effect-http/commit/2874f89700963127c284589b6b209e02b26c44dc)]: + - effect-http@0.60.3 + ## 0.8.2 ### Patch Changes diff --git a/packages/effect-http-node/package.json b/packages/effect-http-node/package.json index 3b7136aa7..c462d00b1 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.8.2", + "version": "0.8.3", "license": "MIT", "author": "Milan Suk ", "description": "High-level declarative HTTP API for effect-ts", diff --git a/packages/effect-http/CHANGELOG.md b/packages/effect-http/CHANGELOG.md index 0c3c8f771..1c458371b 100644 --- a/packages/effect-http/CHANGELOG.md +++ b/packages/effect-http/CHANGELOG.md @@ -1,5 +1,13 @@ # effect-http +## 0.60.3 + +### Patch Changes + +- [#504](https://github.com/sukovanej/effect-http/pull/504) [`2874f89`](https://github.com/sukovanej/effect-http/commit/2874f89700963127c284589b6b209e02b26c44dc) Thanks [@sukovanej](https://github.com/sukovanej)! - Fix `ApiResponse.isFullResponse` - filter out non-2xx responses. + +- [#504](https://github.com/sukovanej/effect-http/pull/504) [`2874f89`](https://github.com/sukovanej/effect-http/commit/2874f89700963127c284589b6b209e02b26c44dc) Thanks [@sukovanej](https://github.com/sukovanej)! - Fail using errors instead of defects. + ## 0.60.2 ### Patch Changes diff --git a/packages/effect-http/package.json b/packages/effect-http/package.json index d76fd2c30..8caef62d0 100644 --- a/packages/effect-http/package.json +++ b/packages/effect-http/package.json @@ -1,7 +1,7 @@ { "name": "effect-http", "type": "module", - "version": "0.60.2", + "version": "0.60.3", "license": "MIT", "author": "Milan Suk ", "description": "High-level declarative HTTP API for effect-ts",