Skip to content

Commit

Permalink
Merge pull request #35 from storacha/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…components--blob-fetcher

chore(main): release 3.0.0
  • Loading branch information
hannahhoward authored Feb 5, 2025
2 parents 85cb18f + 97e0b16 commit e0d90fa
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

## [3.0.0](https://github.com/storacha/blob-fetcher/compare/v2.5.0...v3.0.0) (2025-02-05)


### ⚠ BREAKING CHANGES

* **locator:** content claims is now just a client, not a locator

### Features

* **locator:** unify locator with seperate clients ([29bf47f](https://github.com/storacha/blob-fetcher/commit/29bf47f28030208427b17c8be6ce781efda1a44b))

## [2.5.0](https://github.com/storacha/blob-fetcher/compare/v2.4.3...v2.5.0) (2025-01-09)


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": "2.5.0",
"version": "3.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 e0d90fa

Please sign in to comment.