Skip to content

Commit c6196f7

Browse files
committed
chore(main): release iso-effect 1.0.0
1 parent d1271e2 commit c6196f7

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"packages/iso-ucan": "0.5.0",
1010
"packages/iso-ledger": "0.1.7",
1111
"packages/iso-conf": "0.4.0",
12-
"packages/iso-effect": "0.0.0",
12+
"packages/iso-effect": "1.0.0",
1313
"packages/configs": "1.1.3",
1414
"packages/docs": "0.2.0"
1515
}

packages/iso-effect/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-07-08)
4+
5+
6+
### Features
7+
8+
* **iso-effect:** add effect runner package ([2f8fc3a](https://github.com/hugomrdias/iso-repo/commit/2f8fc3a5d4f36ae0cb17f18891439b932390f413))

packages/iso-effect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iso-effect",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"description": "Isomorphic effect runner with deduplication, rate limiting and persistent caching",
66
"author": "Hugo Dias <hugomrdias@gmail.com> (hugodias.me)",
77
"license": "MIT",

0 commit comments

Comments
 (0)