Skip to content

Commit 8b72d4a

Browse files
chore: release @web3-storage/w3 2.0.0 (#174)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e9c4702 commit 8b72d4a

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

packages/w3/CHANGELOG.md

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

3+
## [2.0.0](https://www.github.com/web3-storage/web3.storage/compare/w3-v1.1.0...w3-v2.0.0) (2021-07-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* make unixfs importer on ipfs-car use same defaults as lotus (#170)
9+
10+
### Features
11+
12+
* list user uploads in client and `w3` ([#198](https://www.github.com/web3-storage/web3.storage/issues/198)) ([31caaa0](https://www.github.com/web3-storage/web3.storage/commit/31caaa0d6ef88a7467c6192a8b2d976f70087c62))
13+
* 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))
14+
15+
16+
### Bug Fixes
17+
18+
* get version of w3 cmd from package.json ([aa6a1ed](https://www.github.com/web3-storage/web3.storage/commit/aa6a1edcd7e0e586230d0146cb30877b8af62f71)), closes [#167](https://www.github.com/web3-storage/web3.storage/issues/167)
19+
320
## [1.1.0](https://www.github.com/web3-storage/web3.storage/compare/w3-v1.0.1...w3-v1.1.0) (2021-07-23)
421

522

packages/w3/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/w3",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "The CLI to save your things in web3.storage ⁂",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)