Skip to content

Commit 43677c4

Browse files
authored
chore(main): release 1.11.0 (#671)
1 parent 4752c41 commit 43677c4

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## [1.11.0](https://github.com/ipfs/service-worker-gateway/compare/v1.10.5...v1.11.0) (2025-04-15)
4+
5+
6+
### Features
7+
8+
* npm start boots up fully operational sw-gateway ([#670](https://github.com/ipfs/service-worker-gateway/issues/670)) ([49fe12d](https://github.com/ipfs/service-worker-gateway/commit/49fe12db8d36a3fb3ba013945277e76efa1d8829))
9+
* updated error page ([#664](https://github.com/ipfs/service-worker-gateway/issues/664)) ([b3de5a6](https://github.com/ipfs/service-worker-gateway/commit/b3de5a611ace42d94a16ae7aae79ca7a1bb0e8e8))
10+
11+
12+
### Bug Fixes
13+
14+
* subdomain config loads from root ([#677](https://github.com/ipfs/service-worker-gateway/issues/677)) ([4752c41](https://github.com/ipfs/service-worker-gateway/commit/4752c4144bc3125588a9b10646e486341c72fba4))
15+
316
## [1.10.5](https://github.com/ipfs/service-worker-gateway/compare/v1.10.4...v1.10.5) (2025-04-07)
417

518

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.10.5",
3+
"version": "1.11.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)