We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 746a9c2 + 144531b commit 8926090Copy full SHA for 8926090
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [2.1.1](https://github.com/w3s-project/blob-fetcher/compare/v2.1.0...v2.1.1) (2024-05-28)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/blob-fetcher",
- "version": "2.1.1",
+ "version": "2.1.2",
"description": "A blob fetcher that batches requests and reads multipart byterange responses.",
"main": "src/index.js",
"type": "module",
0 commit comments