Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 29, 2023
1 parent 3294575 commit 4d9ac33
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [3.0.0](https://github.com/web3-storage/w3cli/compare/v2.0.0...v3.0.0) (2023-03-29)


### ⚠ BREAKING CHANGES

* allow specifying capabilities to receive when authorizing ([#70](https://github.com/web3-storage/w3cli/issues/70))

### Features

* allow specifying capabilities to receive when authorizing ([#70](https://github.com/web3-storage/w3cli/issues/70)) ([40208f5](https://github.com/web3-storage/w3cli/commit/40208f5df9d58b8c6cd30810e22d1b039a2488bf))


### Bug Fixes

* permanent data warning more general ([b6b579e](https://github.com/web3-storage/w3cli/commit/b6b579e2832c481c97423a1e6408ab6e740b17e8))
* typo in readme ([a623422](https://github.com/web3-storage/w3cli/commit/a623422a903e44987aed073e8c639258647fac77))

## [2.0.0](https://github.com/web3-storage/w3cli/compare/v1.2.2...v2.0.0) (2023-03-23)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3-storage/w3cli",
"type": "module",
"version": "2.0.0",
"version": "3.0.0",
"license": "(Apache-2.0 AND MIT)",
"description": "💾 w3 command line interface",
"bin": {
Expand Down

0 comments on commit 4d9ac33

Please sign in to comment.