Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## @helia/verified-fetch [1.3.0](https://github.com/ipfs/helia-verified-fetch/compare/@helia/verified-fetch-1.2.1...@helia/verified-fetch-1.3.0) (2024-03-21)

### Features

* abort signals are respected ([#26](#26)) ([30148fe](30148fe))

### Bug Fixes

* set cache-control header correctly ([#19](#19)) ([114f3a4](114f3a4)), closes [#17](#17) [#23](#23) [#10](#10)
  • Loading branch information
semantic-release-bot committed Mar 21, 2024
1 parent 30148fe commit 43c41e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/verified-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## @helia/verified-fetch [1.3.0](https://github.com/ipfs/helia-verified-fetch/compare/@helia/verified-fetch-1.2.1...@helia/verified-fetch-1.3.0) (2024-03-21)


### Features

* abort signals are respected ([#26](https://github.com/ipfs/helia-verified-fetch/issues/26)) ([30148fe](https://github.com/ipfs/helia-verified-fetch/commit/30148fe6c894fd8879ccbb1ae66e3e72b2233de7))


### Bug Fixes

* set cache-control header correctly ([#19](https://github.com/ipfs/helia-verified-fetch/issues/19)) ([114f3a4](https://github.com/ipfs/helia-verified-fetch/commit/114f3a45fb2682d5202f80f41ecef9ed013f7b00)), closes [#17](https://github.com/ipfs/helia-verified-fetch/issues/17) [#23](https://github.com/ipfs/helia-verified-fetch/issues/23) [#10](https://github.com/ipfs/helia-verified-fetch/issues/10)

## @helia/verified-fetch [1.2.1](https://github.com/ipfs/helia-verified-fetch/compare/@helia/verified-fetch-1.2.0...@helia/verified-fetch-1.2.1) (2024-03-18)


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": "1.2.1",
"version": "1.3.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 43c41e4

Please sign in to comment.