Skip to content

Commit 1183f09

Browse files
authored
chore(main): release 1.10.0 (#632)
1 parent bee2805 commit 1183f09

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## [1.10.0](https://github.com/ipfs/service-worker-gateway/compare/v1.9.3...v1.10.0) (2025-03-18)
4+
5+
6+
### Features
7+
8+
* display origin isolation warnings ([#615](https://github.com/ipfs/service-worker-gateway/issues/615)) ([815ea3c](https://github.com/ipfs/service-worker-gateway/commit/815ea3c8e162067b6e3ed0cdcd79095361533958))
9+
10+
11+
### Bug Fixes
12+
13+
* prevent config UI flash on subdomain first load ([#580](https://github.com/ipfs/service-worker-gateway/issues/580)) ([a326451](https://github.com/ipfs/service-worker-gateway/commit/a3264517ff81b484b1319dab55e39f6d7613d9d3))
14+
315
## [1.9.3](https://github.com/ipfs/service-worker-gateway/compare/v1.9.2...v1.9.3) (2025-03-05)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helia-service-worker-gateway",
3-
"version": "1.9.3",
3+
"version": "1.10.0",
44
"private": true,
55
"type": "module",
66
"description": "An IPFS Gateway that uses @helia/verified-fetch in a Service Worker to fetch content",

0 commit comments

Comments
 (0)