Skip to content

Commit 948d2bd

Browse files
bee-workerCafe137
andauthored
chore: release 1.7.0 (#300)
* chore: release 1.7.0 * docs: update CHANGELOG * docs(fix): remove conventional commit prefixes Co-authored-by: Cafe137 <aron@aronsoos.com>
1 parent 42ae5da commit 948d2bd

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

3+
## [1.7.0](https://www.github.com/ethersphere/swarm-cli/compare/v1.6.0...v1.7.0) (2021-11-17)
4+
5+
6+
### Features
7+
8+
* add --stdin option to upload command ([#298](https://www.github.com/ethersphere/swarm-cli/issues/298)) ([42ae5da](https://www.github.com/ethersphere/swarm-cli/commit/42ae5da0be73e05a13776c75e70d4f45c4095125))
9+
* add --hide-usage option to stamp list command ([42ae5da](https://www.github.com/ethersphere/swarm-cli/commit/42ae5da0be73e05a13776c75e70d4f45c4095125))
10+
* add --header global option to set additional headers ([42ae5da](https://www.github.com/ethersphere/swarm-cli/commit/42ae5da0be73e05a13776c75e70d4f45c4095125))
11+
* add --name option to upload command for files and stdin ([42ae5da](https://www.github.com/ethersphere/swarm-cli/commit/42ae5da0be73e05a13776c75e70d4f45c4095125))
12+
13+
14+
### Bug Fixes
15+
16+
* always set error code on runtime and parsing error ([42ae5da](https://www.github.com/ethersphere/swarm-cli/commit/42ae5da0be73e05a13776c75e70d4f45c4095125))
17+
318
## [1.6.0](https://www.github.com/ethersphere/swarm-cli/compare/v1.5.0...v1.6.0) (2021-11-04)
419

520

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ethersphere/swarm-cli",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Cli tool for Bee",
55
"keywords": [
66
"Bee",

0 commit comments

Comments
 (0)