Skip to content

Commit d9632e2

Browse files
authored
chore(main): release iso-web 2.3.0 (#518)
1 parent 4baf800 commit d9632e2

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.github/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/iso-passkeys": "0.3.1",
44
"packages/iso-did": "2.1.1",
55
"packages/iso-signatures": "0.5.1",
6-
"packages/iso-web": "2.2.1",
6+
"packages/iso-web": "2.3.0",
77
"packages/iso-kv": "3.2.0",
88
"packages/iso-websocket": "0.5.0",
99
"packages/iso-ucan": "0.5.0",

packages/iso-web/CHANGELOG.md

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

3+
## [2.3.0](https://github.com/hugomrdias/iso-repo/compare/iso-web-v2.2.1...iso-web-v2.3.0) (2026-06-01)
4+
5+
6+
### Features
7+
8+
* **http:** add SchemaError class and support for schema validation in JSON requests ([7189d38](https://github.com/hugomrdias/iso-repo/commit/7189d38ab5c9a4edcea879d239750cbe8afc3d52))
9+
10+
11+
### Bug Fixes
12+
13+
* **http:** streamline retry logic and improve retryAfter handling ([6e7901f](https://github.com/hugomrdias/iso-repo/commit/6e7901fcfbf1ca021dee03ad708963ddf5620e2e))
14+
315
## [2.2.1](https://github.com/hugomrdias/iso-repo/compare/iso-web-v2.2.0...iso-web-v2.2.1) (2026-04-22)
416

517

packages/iso-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iso-web",
33
"type": "module",
4-
"version": "2.2.1",
4+
"version": "2.3.0",
55
"description": "Isomorphic web apis utilities for fetch, event target, signals, crypto and doh.",
66
"author": "Hugo Dias <hugomrdias@gmail.com> (hugodias.me)",
77
"license": "MIT",

0 commit comments

Comments
 (0)