diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..bd044de2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 0.5.0 (2021-03-18) + + +### Features + +* base CLI project setup ([#1](https://www.github.com/ethersphere/swarm-cli/issues/1)) ([d3c2998](https://www.github.com/ethersphere/swarm-cli/commit/d3c299863c344e9305288cb0f2d48e1436b7bdf7)) +* feed upload, update and print commands ([#32](https://www.github.com/ethersphere/swarm-cli/issues/32)) ([ff503d6](https://www.github.com/ethersphere/swarm-cli/commit/ff503d699429c65b01ef9423573dac3b426e3c78)) +* identity ([#6](https://www.github.com/ethersphere/swarm-cli/issues/6)) ([2c41524](https://www.github.com/ethersphere/swarm-cli/commit/2c41524bff4df866b1d699530a032399d78038ac)) +* identity import and export ([10ce9b7](https://www.github.com/ethersphere/swarm-cli/commit/10ce9b70fbe27005776877c76a25ecba14836ddb)) +* upload files ([#3](https://www.github.com/ethersphere/swarm-cli/issues/3)) ([0ae1264](https://www.github.com/ethersphere/swarm-cli/commit/0ae1264379c035f31b4408df88441a83b0634f9c)) diff --git a/package-lock.json b/package-lock.json index 0db92372..4eff75ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ethersphere/swarm-cli", - "version": "0.1.0", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index e8d7c283..17ddd3ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ethersphere/swarm-cli", - "version": "0.1.0", + "version": "0.5.0", "description": "Cli tool for Bee", "keywords": [ "Bee",