Skip to content

Commit e967dd7

Browse files
Version Packages (#490)
1 parent aae259d commit e967dd7

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

.changeset/odd-lamps-ring.md

-6
This file was deleted.

packages/effect-http-node/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# effect-http-node
22

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- [#489](https://github.com/sukovanej/effect-http/pull/489) [`aae259d`](https://github.com/sukovanej/effect-http/commit/aae259db0446c7097093cbc5040ad080e0a72bd0) Thanks [@sukovanej](https://github.com/sukovanej)! - Update effect dependencies.
8+
9+
- Updated dependencies [[`aae259d`](https://github.com/sukovanej/effect-http/commit/aae259db0446c7097093cbc5040ad080e0a72bd0)]:
10+
11+
312
## 0.7.0
413

514
### Minor Changes

packages/effect-http-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "effect-http-node",
33
"type": "module",
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"license": "MIT",
66
"author": "Milan Suk <[email protected]>",
77
"description": "High-level declarative HTTP API for effect-ts",

packages/effect-http/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# effect-http
22

3+
## 0.59.1
4+
5+
### Patch Changes
6+
7+
- [#489](https://github.com/sukovanej/effect-http/pull/489) [`aae259d`](https://github.com/sukovanej/effect-http/commit/aae259db0446c7097093cbc5040ad080e0a72bd0) Thanks [@sukovanej](https://github.com/sukovanej)! - Update effect dependencies.
8+
39
## 0.59.0
410

511
### Minor Changes

packages/effect-http/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "effect-http",
33
"type": "module",
4-
"version": "0.59.0",
4+
"version": "0.59.1",
55
"license": "MIT",
66
"author": "Milan Suk <[email protected]>",
77
"description": "High-level declarative HTTP API for effect-ts",

0 commit comments

Comments
 (0)