Skip to content

Commit 413449c

Browse files
Version Packages (#692)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d74b1b0 commit 413449c

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

.changeset/witty-brooms-call.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/effect-http-node/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# effect-http-node
22

3+
## 0.24.0
4+
5+
### Minor Changes
6+
7+
- [#691](https://github.com/sukovanej/effect-http/pull/691) [`d74b1b0`](https://github.com/sukovanej/effect-http/commit/d74b1b0a53d9d27180cd7b4a0fd332291745b578) Thanks [@sukovanej](https://github.com/sukovanej)! - Update effect dependencies.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`d74b1b0`](https://github.com/sukovanej/effect-http/commit/d74b1b0a53d9d27180cd7b4a0fd332291745b578)]:
12+
- effect-http@0.84.0
13+
314
## 0.23.0
415

516
### Minor Changes

packages/effect-http-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "effect-http-node",
33
"type": "module",
4-
"version": "0.23.0",
4+
"version": "0.24.0",
55
"license": "MIT",
66
"author": "Milan Suk <Milansuk@email.cz>",
77
"description": "High-level declarative HTTP API for effect-ts",

packages/effect-http/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# effect-http
22

3+
## 0.84.0
4+
5+
### Minor Changes
6+
7+
- [#691](https://github.com/sukovanej/effect-http/pull/691) [`d74b1b0`](https://github.com/sukovanej/effect-http/commit/d74b1b0a53d9d27180cd7b4a0fd332291745b578) Thanks [@sukovanej](https://github.com/sukovanej)! - Update effect dependencies.
8+
39
## 0.83.0
410

511
### Minor Changes

packages/effect-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "effect-http",
33
"type": "module",
4-
"version": "0.83.0",
4+
"version": "0.84.0",
55
"license": "MIT",
66
"author": "Milan Suk <Milansuk@email.cz>",
77
"description": "High-level declarative HTTP API for effect-ts",

0 commit comments

Comments
 (0)