Skip to content

Commit e0d90fa

Browse files
authored
Merge pull request #35 from storacha/release-please--branches--main--components--blob-fetcher
chore(main): release 3.0.0
2 parents 85cb18f + 97e0b16 commit e0d90fa

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/storacha/blob-fetcher/compare/v2.5.0...v3.0.0) (2025-02-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **locator:** content claims is now just a client, not a locator
9+
10+
### Features
11+
12+
* **locator:** unify locator with seperate clients ([29bf47f](https://github.com/storacha/blob-fetcher/commit/29bf47f28030208427b17c8be6ce781efda1a44b))
13+
314
## [2.5.0](https://github.com/storacha/blob-fetcher/compare/v2.4.3...v2.5.0) (2025-01-09)
415

516

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.5.0",
3+
"version": "3.0.0",
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)