Skip to content

Commit

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

### Features

* support IPFS/IPNS paths, Gateways, etc ([#4](#4)) ([e7f1816](e7f1816))
* support redirects for UnixFS directories ([#5](#5)) ([4601d46](4601d46))

### Trivial Changes

* unskip IPNS test ([#6](#6)) ([76485a4](76485a4))
  • Loading branch information
semantic-release-bot committed Mar 3, 2024
1 parent 4601d46 commit f4fcb4d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/verified-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## @helia/verified-fetch [1.1.0](https://github.com/ipfs/helia-verified-fetch/compare/@helia/verified-fetch-1.0.2...@helia/verified-fetch-1.1.0) (2024-03-03)


### Features

* support IPFS/IPNS paths, Gateways, etc ([#4](https://github.com/ipfs/helia-verified-fetch/issues/4)) ([e7f1816](https://github.com/ipfs/helia-verified-fetch/commit/e7f18165937e3eb9b034c60cd7ed4db22801a022))
* support redirects for UnixFS directories ([#5](https://github.com/ipfs/helia-verified-fetch/issues/5)) ([4601d46](https://github.com/ipfs/helia-verified-fetch/commit/4601d468eedb4559d409ea8698ee6f580d1c6d02))


### Trivial Changes

* unskip IPNS test ([#6](https://github.com/ipfs/helia-verified-fetch/issues/6)) ([76485a4](https://github.com/ipfs/helia-verified-fetch/commit/76485a41bc29d8984717aa6ce465578a79fd29c7))

## @helia/verified-fetch [1.0.2](https://github.com/ipfs/helia-verified-fetch/compare/@helia/verified-fetch-1.0.1...@helia/verified-fetch-1.0.2) (2024-02-29)


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.0.2",
"version": "1.1.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 f4fcb4d

Please sign in to comment.