Skip to content

Commit 50348ec

Browse files
authored
chore: release 1.3.0 (#227)
1 parent dad081e commit 50348ec

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

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

3+
## [1.3.0](https://www.github.com/ethersphere/swarm-cli/compare/v1.2.0...v1.3.0) (2021-08-24)
4+
5+
6+
### Features
7+
8+
* add bee 1.1.0 compatibility ([#232](https://www.github.com/ethersphere/swarm-cli/issues/232)) ([dad081e](https://www.github.com/ethersphere/swarm-cli/commit/dad081edc798596306ff908bf0e57be88e227ef0))
9+
* add immutable flag to stamp buy command ([#233](https://www.github.com/ethersphere/swarm-cli/issues/233)) ([a74df33](https://www.github.com/ethersphere/swarm-cli/commit/a74df33eda53523ea163e3745885c1a95cb82d39))
10+
* enforce explicit debug api when normal api is provided ([#225](https://www.github.com/ethersphere/swarm-cli/issues/225)) ([229fcd1](https://www.github.com/ethersphere/swarm-cli/commit/229fcd1810173fd229fcb3c197a9e3f5a04800bb))
11+
* rework --skip-sync to --sync with connectivity check ([#217](https://www.github.com/ethersphere/swarm-cli/issues/217)) ([1948ed8](https://www.github.com/ethersphere/swarm-cli/commit/1948ed8ed79827179599495b192525b666a56154))
12+
13+
14+
### Bug Fixes
15+
16+
* always set correct exit code ([#229](https://www.github.com/ethersphere/swarm-cli/issues/229)) ([58bf091](https://www.github.com/ethersphere/swarm-cli/commit/58bf091b70aeb2cf73da8d94a29773e7be8e526f))
17+
* do not print double slashes in joined bee urls ([#228](https://www.github.com/ethersphere/swarm-cli/issues/228)) ([e24465c](https://www.github.com/ethersphere/swarm-cli/commit/e24465c4333c838b0bfd0bf834b88d98b091d5d7))
18+
* print index-document before spinner to avoid text glitch ([#220](https://www.github.com/ethersphere/swarm-cli/issues/220)) ([9f596f4](https://www.github.com/ethersphere/swarm-cli/commit/9f596f4b40905dfbe7805e175680949f3415bcf7))
19+
320
## [1.2.0](https://www.github.com/ethersphere/swarm-cli/compare/v1.1.0...v1.2.0) (2021-07-21)
421

522

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.2.0",
3+
"version": "1.3.0",
44
"description": "Cli tool for Bee",
55
"keywords": [
66
"Bee",

0 commit comments

Comments
 (0)