Skip to content

Commit 3819866

Browse files
committed
chore(main): release 2.1.0
1 parent 19cdb7c commit 3819866

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [2.1.0](https://github.com/ipfs/service-worker-gateway/compare/v2.0.0...v2.1.0) (2025-11-11)
4+
5+
6+
### Features
7+
8+
* update error pages ([#902](https://github.com/ipfs/service-worker-gateway/issues/902)) ([5b649a8](https://github.com/ipfs/service-worker-gateway/commit/5b649a8dd318ce289ed7dcb80e846ba6be3141de)), closes [#875](https://github.com/ipfs/service-worker-gateway/issues/875) [#876](https://github.com/ipfs/service-worker-gateway/issues/876)
9+
10+
11+
### Bug Fixes
12+
13+
* internal error page styling ([#893](https://github.com/ipfs/service-worker-gateway/issues/893)) ([16ec8c5](https://github.com/ipfs/service-worker-gateway/commit/16ec8c5cdec085c529d0f522bcfa147e247b1941)), closes [#875](https://github.com/ipfs/service-worker-gateway/issues/875)
14+
* prevent endless loops ([#911](https://github.com/ipfs/service-worker-gateway/issues/911)) ([19cdb7c](https://github.com/ipfs/service-worker-gateway/commit/19cdb7cb07f7943cae1a538978db31a410abe5b8))
15+
* strip root hash from URL on error page ([#907](https://github.com/ipfs/service-worker-gateway/issues/907)) ([1535f6f](https://github.com/ipfs/service-worker-gateway/commit/1535f6fbd3dafb1e2e1477a0da34373648907c0c))
16+
* structural overhaul ([#906](https://github.com/ipfs/service-worker-gateway/issues/906)) ([61eea77](https://github.com/ipfs/service-worker-gateway/commit/61eea77930f716244af895807d29aa9b4672d56c))
17+
318
## [2.0.0](https://github.com/ipfs/service-worker-gateway/compare/v1.14.2...v2.0.0) (2025-10-20)
419

520

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