Skip to content

Commit

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

### Bug Fixes

* unixfs dir redirect ([#33](#33)) ([32ca87f](32ca87f))

### Dependencies

* **@helia/verified-fetch:** upgraded to 1.3.2
  • Loading branch information
semantic-release-bot committed Mar 25, 2024
1 parent 2e141ca commit 140bab3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions packages/interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## @helia/verified-fetch-interop [1.10.1](https://github.com/ipfs/helia-verified-fetch/compare/@helia/verified-fetch-interop-1.10.0...@helia/verified-fetch-interop-1.10.1) (2024-03-25)


### Bug Fixes

* unixfs dir redirect ([#33](https://github.com/ipfs/helia-verified-fetch/issues/33)) ([32ca87f](https://github.com/ipfs/helia-verified-fetch/commit/32ca87f74840410a435412da64c8e22208fa2ec2))



### Dependencies

* **@helia/verified-fetch:** upgraded to 1.3.2

## @helia/verified-fetch-interop [1.10.0](https://github.com/ipfs/helia-verified-fetch/compare/@helia/verified-fetch-interop-1.9.0...@helia/verified-fetch-interop-1.10.0) (2024-03-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/interop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/verified-fetch-interop",
"version": "1.10.0",
"version": "1.10.1",
"description": "Interop tests for @helia/verified-fetch",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia-verified-fetch/tree/main/packages/interop#readme",
Expand Down Expand Up @@ -57,7 +57,7 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/verified-fetch": "1.3.1",
"@helia/verified-fetch": "1.3.2",
"aegir": "^42.2.5",
"ipfsd-ctl": "^13.0.0",
"it-drain": "^3.0.5",
Expand Down

0 comments on commit 140bab3

Please sign in to comment.