diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f3bf505..4b84fdf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/ipfs/service-worker-gateway/compare/v2.0.0...v2.0.1) (2025-10-22) + + +### Bug Fixes + +* 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) + ## [2.0.0](https://github.com/ipfs/service-worker-gateway/compare/v1.14.2...v2.0.0) (2025-10-20) diff --git a/package.json b/package.json index 5265bb88..34e762b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "helia-service-worker-gateway", - "version": "2.0.0", + "version": "2.0.1", "private": true, "type": "module", "description": "An IPFS Gateway that uses @helia/verified-fetch in a Service Worker to fetch content",