Skip to content

Commit 8d2fdda

Browse files
chore(release): 1.0.1 [skip ci]
## @helia/verified-fetch [1.0.1](https://github.com/ipfs/helia-verified-fetch/compare/@helia/verified-fetch-1.0.0...@helia/verified-fetch-1.0.1) (2024-02-29) ### Bug Fixes * do not coerce `undefined` to `null` for JSON serialization ([#2](#2)) ([d36ce29](d36ce29))
1 parent d36ce29 commit 8d2fdda

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/verified-fetch/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @helia/verified-fetch [1.0.1](https://github.com/ipfs/helia-verified-fetch/compare/@helia/verified-fetch-1.0.0...@helia/verified-fetch-1.0.1) (2024-02-29)
2+
3+
4+
### Bug Fixes
5+
6+
* do not coerce `undefined` to `null` for JSON serialization ([#2](https://github.com/ipfs/helia-verified-fetch/issues/2)) ([d36ce29](https://github.com/ipfs/helia-verified-fetch/commit/d36ce29d707df51364571141ad799b93146d9df0))
7+
18
## @helia/verified-fetch 1.0.0 (2024-02-28)
29

310

packages/verified-fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/verified-fetch",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A fetch-like API for obtaining verified & trustless IPFS content on the web",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia-verified-fetch/tree/main/packages/verified-fetch#readme",

0 commit comments

Comments
 (0)