Skip to content

Commit

Permalink
chore(main): release 5.0.0 (#117)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[5.0.0](v4.6.0...v5.0.0)
(2023-11-14)


### ⚠ BREAKING CHANGES

* wait for the plan picker
([#124](#124))
* new authorization flow
([#121](#121))

### Features

* new authorization flow
([#121](#121))
([8d7caf6](8d7caf6))
* setup prettier + linter
([#116](#116))
([5707e54](5707e54))
* space usage reports
([#120](#120))
([5587a0d](5587a0d))
* switch tests to using upload-api
([#118](#118))
([be19ff9](be19ff9))
* wait for the plan picker
([#124](#124))
([dff71c4](dff71c4))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 14, 2023
1 parent dff71c4 commit cc5a7f8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [5.0.0](https://github.com/web3-storage/w3cli/compare/v4.6.0...v5.0.0) (2023-11-14)


### ⚠ BREAKING CHANGES

* wait for the plan picker ([#124](https://github.com/web3-storage/w3cli/issues/124))
* new authorization flow ([#121](https://github.com/web3-storage/w3cli/issues/121))

### Features

* new authorization flow ([#121](https://github.com/web3-storage/w3cli/issues/121)) ([8d7caf6](https://github.com/web3-storage/w3cli/commit/8d7caf6d784406ff736c1376236ca771338c8be7))
* setup prettier + linter ([#116](https://github.com/web3-storage/w3cli/issues/116)) ([5707e54](https://github.com/web3-storage/w3cli/commit/5707e5441ccee257208d085c5facf29d7c046713))
* space usage reports ([#120](https://github.com/web3-storage/w3cli/issues/120)) ([5587a0d](https://github.com/web3-storage/w3cli/commit/5587a0d56161d612cfa86a04a0736e7964103e2d))
* switch tests to using upload-api ([#118](https://github.com/web3-storage/w3cli/issues/118)) ([be19ff9](https://github.com/web3-storage/w3cli/commit/be19ff945af0b266251999d1f3ec54cdef7e619c))
* wait for the plan picker ([#124](https://github.com/web3-storage/w3cli/issues/124)) ([dff71c4](https://github.com/web3-storage/w3cli/commit/dff71c46073c2b21319924fec6f15343d793f36f))

## [4.6.0](https://github.com/web3-storage/w3cli/compare/v4.5.0...v4.6.0) (2023-11-01)


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": "4.6.0",
"version": "5.0.0",
"license": "(Apache-2.0 AND MIT)",
"description": "💾 w3 command line interface",
"bin": {
Expand Down

0 comments on commit cc5a7f8

Please sign in to comment.