Skip to content

Commit

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


##
[4.3.0](v4.2.1...v4.3.0)
(2023-10-18)


### Features

* add --verbose --json option to upload command and print piece CID
([#97](#97))
([775d1db](775d1db))
* add `can store rm` & `can upload rm` commands
([#101](#101))
([a7bda04](a7bda04))
* introduce unified service config
([#99](#99))
([f3b6220](f3b6220))

---
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 Oct 18, 2023
1 parent 775d1db commit 2ca607c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [4.3.0](https://github.com/web3-storage/w3cli/compare/v4.2.1...v4.3.0) (2023-10-18)


### Features

* add --verbose --json option to upload command and print piece CID ([#97](https://github.com/web3-storage/w3cli/issues/97)) ([775d1db](https://github.com/web3-storage/w3cli/commit/775d1db336ae3879f116af254b90407eb2af68e5))
* add `can store rm` & `can upload rm` commands ([#101](https://github.com/web3-storage/w3cli/issues/101)) ([a7bda04](https://github.com/web3-storage/w3cli/commit/a7bda049ca9d1c5c1ec16de81e72cb5506a86ca9))
* introduce unified service config ([#99](https://github.com/web3-storage/w3cli/issues/99)) ([f3b6220](https://github.com/web3-storage/w3cli/commit/f3b6220317dbb5b6a55ad2690e80bdac454651e4))

## [4.2.1](https://github.com/web3-storage/w3cli/compare/v4.2.0...v4.2.1) (2023-09-13)


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

0 comments on commit 2ca607c

Please sign in to comment.