Skip to content

Commit

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


##
[4.2.0](v4.1.2...v4.2.0)
(2023-09-08)


### Features

* display shard size
([#94](#94))
([59e22cb](59e22cb))


### Bug Fixes

* don't error when email address contains +
([#90](#90))
([8240ba5](8240ba5))
* readme
([22a9312](22a9312))
* readme node version and link to space explainer
([#92](#92))
([b63b220](b63b220))
* various linting issues
([#93](#93))
([f829c42](f829c42))

---
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 Sep 8, 2023
1 parent 59e22cb commit ebd4e49
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [4.2.0](https://github.com/web3-storage/w3cli/compare/v4.1.2...v4.2.0) (2023-09-08)


### Features

* display shard size ([#94](https://github.com/web3-storage/w3cli/issues/94)) ([59e22cb](https://github.com/web3-storage/w3cli/commit/59e22cbc4cb6e946a943e7d3227c7f7e5f5670d0))


### Bug Fixes

* don't error when email address contains + ([#90](https://github.com/web3-storage/w3cli/issues/90)) ([8240ba5](https://github.com/web3-storage/w3cli/commit/8240ba5a429416144b1b3a4dcce95c69cdbe9a3c))
* readme ([22a9312](https://github.com/web3-storage/w3cli/commit/22a9312321a4c9d21817c8e0ccda665c6ca41694))
* readme node version and link to space explainer ([#92](https://github.com/web3-storage/w3cli/issues/92)) ([b63b220](https://github.com/web3-storage/w3cli/commit/b63b220bd64ea96ee2e3d55d8872cf41f6584e51))
* various linting issues ([#93](https://github.com/web3-storage/w3cli/issues/93)) ([f829c42](https://github.com/web3-storage/w3cli/commit/f829c42ab1d4ca81b99489e109f668c1f5bab9ef))

## [4.1.2](https://github.com/web3-storage/w3cli/compare/v4.1.1...v4.1.2) (2023-08-25)


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

0 comments on commit ebd4e49

Please sign in to comment.