Skip to content

Commit

Permalink
chore(release): 2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
## [@helia/verified-fetch-v2.4.0](https://github.com/ipfs/helia-verified-fetch/compare/@helia/verified-fetch-2.3.1...@helia/verified-fetch-2.4.0) (2025-01-14)

### Features

* add server timing to responses ([#164](#164)) ([0701c71](0701c71))
  • Loading branch information
semantic-release-bot committed Jan 14, 2025
1 parent 0701c71 commit 8bd2eff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/verified-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [@helia/verified-fetch-v2.4.0](https://github.com/ipfs/helia-verified-fetch/compare/@helia/verified-fetch-2.3.1...@helia/verified-fetch-2.4.0) (2025-01-14)

### Features

* add server timing to responses ([#164](https://github.com/ipfs/helia-verified-fetch/issues/164)) ([0701c71](https://github.com/ipfs/helia-verified-fetch/commit/0701c716d97da747b73f9e86227493dda8a5b015))

## [@helia/verified-fetch-v2.3.1](https://github.com/ipfs/helia-verified-fetch/compare/@helia/verified-fetch-2.3.0...@helia/verified-fetch-2.3.1) (2024-12-10)

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/verified-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/verified-fetch",
"version": "2.3.1",
"version": "2.4.0",
"description": "A fetch-like API for obtaining verified & trustless IPFS content on the web",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia-verified-fetch/tree/main/packages/verified-fetch#readme",
Expand Down

0 comments on commit 8bd2eff

Please sign in to comment.