Skip to content

Commit acb5d3c

Browse files
chore(main): πŸš€ Release v1.10.10 (#368)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 84998da commit acb5d3c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

3+
## [1.10.10](https://github.com/jpb06/effect-errors/compare/v1.10.9...v1.10.10) (2025-05-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @effect/cluster to v0.33.0 ([#363](https://github.com/jpb06/effect-errors/issues/363)) ([84998da](https://github.com/jpb06/effect-errors/commit/84998dafb462b097f9780f13433b7676f853f4f8))
9+
* **deps:** update dependency @effect/platform to v0.82.0 ([#364](https://github.com/jpb06/effect-errors/issues/364)) ([d0ee1c9](https://github.com/jpb06/effect-errors/commit/d0ee1c9e2b46c8a5736f77179305fa8ef29baccf))
10+
* **deps:** update dependency @effect/platform-node to v0.80.0 ([#365](https://github.com/jpb06/effect-errors/issues/365)) ([6e2af47](https://github.com/jpb06/effect-errors/commit/6e2af477e80b9e0730ca98132c6f986eb57e47b2))
11+
* **deps:** update dependency @effect/rpc to v0.59.0 ([#366](https://github.com/jpb06/effect-errors/issues/366)) ([b3b491d](https://github.com/jpb06/effect-errors/commit/b3b491d290c6fbf3968d4d42e53dfb34e35d08f2))
12+
* **deps:** update dependency effect to v3.15.0 ([#367](https://github.com/jpb06/effect-errors/issues/367)) ([8a15469](https://github.com/jpb06/effect-errors/commit/8a154690dbf25769f96f13069d1715cd3bc7950a))
13+
314
## [1.10.9](https://github.com/jpb06/effect-errors/compare/v1.10.8...v1.10.9) (2025-05-11)
415

516

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"name": "effect-errors",
23-
"version": "1.10.9",
23+
"version": "1.10.10",
2424
"author": "jpb06 <[email protected]>",
2525
"description": "A POC for errors reporting in Effect",
2626
"keywords": [

β€Žrelease-please/manifest.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.10.9"
2+
".": "1.10.10"
33
}

0 commit comments

Comments
Β (0)