Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## @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))
  • Loading branch information
semantic-release-bot committed Feb 29, 2024
1 parent d36ce29 commit 8d2fdda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/verified-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @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](https://github.com/ipfs/helia-verified-fetch/issues/2)) ([d36ce29](https://github.com/ipfs/helia-verified-fetch/commit/d36ce29d707df51364571141ad799b93146d9df0))

## @helia/verified-fetch 1.0.0 (2024-02-28)


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.0",
"version": "1.0.1",
"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 8d2fdda

Please sign in to comment.