Skip to content

Commit 7975394

Browse files
authored
chore(main): release iso-web 2.0.0 (#432)
1 parent f27457f commit 7975394

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.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": "1.4.3",
6+
"packages/iso-web": "2.0.0",
77
"packages/iso-kv": "3.1.1",
88
"packages/iso-websocket": "0.4.0",
99
"packages/iso-ucan": "0.4.2",

packages/iso-web/CHANGELOG.md

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

3+
## [2.0.0](https://github.com/hugomrdias/iso-repo/compare/iso-web-v1.4.3...iso-web-v2.0.0) (2025-11-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* msw api changed
9+
10+
### Features
11+
12+
* msw api changed ([b85e5f7](https://github.com/hugomrdias/iso-repo/commit/b85e5f777091a60457aaa6f981c5e9b6aec56814))
13+
314
## [1.4.3](https://github.com/hugomrdias/iso-repo/compare/iso-web-v1.4.2...iso-web-v1.4.3) (2025-11-12)
415

516

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": "1.4.3",
4+
"version": "2.0.0",
55
"description": "Isomorphic web apis utilities for fetch, event target, signals, crypto and doh.",
66
"author": "Hugo Dias <[email protected]> (hugodias.me)",
77
"license": "MIT",

0 commit comments

Comments
 (0)