Skip to content

Commit 68685fb

Browse files
chore: release web3.storage 3.0.0 (#176)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1beb593 commit 68685fb

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

packages/client/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [3.0.0](https://www.github.com/web3-storage/web3.storage/compare/web3.storage-v2.1.1...web3.storage-v3.0.0) (2021-07-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* make unixfs importer on ipfs-car use same defaults as lotus (#170)
9+
10+
### Features
11+
12+
* make unixfs importer on ipfs-car use same defaults as lotus ([#170](https://www.github.com/web3-storage/web3.storage/issues/170)) ([06f6948](https://www.github.com/web3-storage/web3.storage/commit/06f6948ce36b5e2a87f31b9bfac41e9465cb901b))
13+
14+
15+
### Bug Fixes
16+
17+
* throw on 404 from /get ([#159](https://www.github.com/web3-storage/web3.storage/issues/159)) ([2fce1ac](https://www.github.com/web3-storage/web3.storage/commit/2fce1ac1db52dbb41910367ffc6394483908528d))
18+
319
### [2.1.1](https://www.github.com/web3-storage/web3.storage/compare/web3.storage-v2.1.0...web3.storage-v2.1.1) (2021-07-23)
420

521

packages/client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3.storage",
3-
"version": "2.1.1",
3+
"version": "3.0.0",
44
"description": "API client for web3.storage",
55
"type": "module",
66
"license": "(Apache-2.0 AND MIT)",

0 commit comments

Comments
 (0)