From 8e2b58e53e56b0fa2a0140740213527f123f5969 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 Jul 2019 21:18:08 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.4.0](https://github.com/thoughtworks/byor-voting-web-app/compare/v1.3.0...v1.4.0) (2019-07-24) ### Features * **CommentCardComponent:** Comment shows the tags of the vote ([1280144](https://github.com/thoughtworks/byor-voting-web-app/commit/1280144)) * **getVotes saveVote:** getVotes for a specific voter, saveVote with override option ([b1e389d](https://github.com/thoughtworks/byor-voting-web-app/commit/b1e389d)) * **Recommendation:** Save and read a Recommendationù ([ccbfa0d](https://github.com/thoughtworks/byor-voting-web-app/commit/ccbfa0d)) * **TechnologyVotingResultComponent:** TechnologyVotingResultComponent added ([9c22dbc](https://github.com/thoughtworks/byor-voting-web-app/commit/9c22dbc)) * **VotingEventComponent:** move to next step in VotingEvent flow allowed ([c0b6ec7](https://github.com/thoughtworks/byor-voting-web-app/commit/c0b6ec7)) --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7735de0..11a88ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [1.4.0](https://github.com/thoughtworks/byor-voting-web-app/compare/v1.3.0...v1.4.0) (2019-07-24) + + +### Features + +* **CommentCardComponent:** Comment shows the tags of the vote ([1280144](https://github.com/thoughtworks/byor-voting-web-app/commit/1280144)) +* **getVotes saveVote:** getVotes for a specific voter, saveVote with override option ([b1e389d](https://github.com/thoughtworks/byor-voting-web-app/commit/b1e389d)) +* **Recommendation:** Save and read a Recommendationù ([ccbfa0d](https://github.com/thoughtworks/byor-voting-web-app/commit/ccbfa0d)) +* **TechnologyVotingResultComponent:** TechnologyVotingResultComponent added ([9c22dbc](https://github.com/thoughtworks/byor-voting-web-app/commit/9c22dbc)) +* **VotingEventComponent:** move to next step in VotingEvent flow allowed ([c0b6ec7](https://github.com/thoughtworks/byor-voting-web-app/commit/c0b6ec7)) + # [1.3.0](https://github.com/thoughtworks/byor-voting-web-app/compare/v1.2.0...v1.3.0) (2019-07-13) diff --git a/package-lock.json b/package-lock.json index 675b6fb..d7212df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "byor-voting-web-app", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2897a09..482b4aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "byor-voting-web-app", - "version": "1.3.0", + "version": "1.4.0", "scripts": { "ng": "npx ng", "start": "npx ng serve --extra-webpack-config webpack.extra.js --poll 2000 --host 0.0.0.0",