Skip to content

Commit ccfec73

Browse files
authored
chore(main): release 3.0.1 (#974)
1 parent 43e4e8c commit ccfec73

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [3.0.1](https://github.com/ipfs/service-worker-gateway/compare/v3.0.0...v3.0.1) (2026-02-13)
4+
5+
6+
### Bug Fixes
7+
8+
* remove support for gateway hints ([#973](https://github.com/ipfs/service-worker-gateway/issues/973)) ([43e4e8c](https://github.com/ipfs/service-worker-gateway/commit/43e4e8cdd2a4a8684472f183b6ebe3bd316d0b98)), closes [#972](https://github.com/ipfs/service-worker-gateway/issues/972)
9+
310
## [3.0.0](https://github.com/ipfs/service-worker-gateway/compare/v2.2.0...v3.0.0) (2026-02-05)
411

512

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": "3.0.0",
3+
"version": "3.0.1",
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)