Skip to content

Commit 17e417a

Browse files
authored
chore(main): release 3.1.2 (#993)
1 parent 7b5a54a commit 17e417a

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [3.1.2](https://github.com/ipfs/service-worker-gateway/compare/v3.1.1...v3.1.2) (2026-02-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** use CF_PAGES_TOKEN for deployment log fetching ([7ee6077](https://github.com/ipfs/service-worker-gateway/commit/7ee607775ba92cafc24fa12036e0048fe5b9211e))
9+
* resolve DNSLink records that point to IPNS names ([#994](https://github.com/ipfs/service-worker-gateway/issues/994)) ([7b5a54a](https://github.com/ipfs/service-worker-gateway/commit/7b5a54a91e7d06c74e40385a9b0b3098bf2b6de2)), closes [#991](https://github.com/ipfs/service-worker-gateway/issues/991)
10+
311
## [3.1.1](https://github.com/ipfs/service-worker-gateway/compare/v3.1.0...v3.1.1) (2026-02-20)
412

513

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