Skip to content

Commit 8926090

Browse files
author
Alan Shaw
committed
Merge branch 'main' of github.com:w3s-project/blob-fetcher
2 parents 746a9c2 + 144531b commit 8926090

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.2](https://github.com/w3s-project/blob-fetcher/compare/v2.1.1...v2.1.2) (2024-05-28)
4+
5+
6+
### Bug Fixes
7+
8+
* queue processing error ([9c03ff0](https://github.com/w3s-project/blob-fetcher/commit/9c03ff0f4a22a7f5164117cdcefd6bed8854797e))
9+
310
## [2.1.1](https://github.com/w3s-project/blob-fetcher/compare/v2.1.0...v2.1.1) (2024-05-28)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-storage/blob-fetcher",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "A blob fetcher that batches requests and reads multipart byterange responses.",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)