Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 23, 2024
1 parent 2dc4bb5 commit 55bdd8d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/w3s-project/blob-fetcher/compare/v1.1.0...v2.0.0) (2024-05-23)


### ⚠ BREAKING CHANGES

* allow streaming from fetcher

### Features

* allow streaming from fetcher ([2dc4bb5](https://github.com/w3s-project/blob-fetcher/commit/2dc4bb5f675250453d8009de402d7290c0ab3242))

## [1.1.0](https://github.com/w3s-project/blob-fetcher/compare/v1.0.1...v1.1.0) (2024-05-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/blob-fetcher",
"version": "1.1.0",
"version": "2.0.0",
"description": "A blob fetcher that batches requests and reads multipart byterange responses.",
"main": "src/index.js",
"type": "module",
Expand Down

0 comments on commit 55bdd8d

Please sign in to comment.