From c8d7eb16f1dece995b67e3c3073974d73808102b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Lewandowski?= Date: Wed, 19 Dec 2018 17:51:14 +0100 Subject: [PATCH] chore(release): semver 3.1.0-rc.1 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e85aa3d..d25fab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +# [3.1.0-rc.1](https://github.com/wise-team/steem-wise-cli/compare/v3.0.5...v3.1.0-rc.1) (2018-12-19) + + +### Bug Fixes + +* exit with nonzero rc on invalid command ([c7a99f9](https://github.com/wise-team/steem-wise-cli/commit/c7a99f9)) +* fix [#27](https://github.com/wise-team/steem-wise-cli/issues/27): Daemon will start synchronisation from block undefined ([1b3d6f7](https://github.com/wise-team/steem-wise-cli/commit/1b3d6f7)) +* fix [#28](https://github.com/wise-team/steem-wise-cli/issues/28), do not display posting key in debug ([c426395](https://github.com/wise-team/steem-wise-cli/commit/c426395)) + + +### Features + +* add basic cli tests ([c83cf0b](https://github.com/wise-team/steem-wise-cli/commit/c83cf0b)) +* add context to App ([c929f14](https://github.com/wise-team/steem-wise-cli/commit/c929f14)) + + + ## [3.0.5](https://github.com/wise-team/steem-wise-cli/compare/v3.0.4...v3.0.5) (2018-12-06) diff --git a/package.json b/package.json index 384d39e..28ca309 100644 --- a/package.json +++ b/package.json @@ -98,4 +98,4 @@ "bugs": { "url": "https://github.com/wise-team/steem-wise-cli/issues" } -} +} \ No newline at end of file