Skip to content

Commit 42a6e84

Browse files
committed
chore(main): release 1.14.0
1 parent b3a9b8d commit 42a6e84

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [1.14.0](https://github.com/ipfs/service-worker-gateway/compare/v1.13.5...v1.14.0) (2025-07-10)
4+
5+
6+
### Features
7+
8+
* add sw registration ttl config ([#809](https://github.com/ipfs/service-worker-gateway/issues/809)) ([b3a9b8d](https://github.com/ipfs/service-worker-gateway/commit/b3a9b8d29e4771f25670ce4f35fadc7cea652221))
9+
* migrate to hash fragments ([#760](https://github.com/ipfs/service-worker-gateway/issues/760)) ([a787aa7](https://github.com/ipfs/service-worker-gateway/commit/a787aa71c26a85b002ac80163154e981546f7e5b))
10+
311
## [1.13.5](https://github.com/ipfs/service-worker-gateway/compare/v1.13.4...v1.13.5) (2025-07-08)
412

513

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