Skip to content

Commit 8e2b58e

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2019-07-24) ### Features * **CommentCardComponent:** Comment shows the tags of the vote ([1280144](1280144)) * **getVotes saveVote:** getVotes for a specific voter, saveVote with override option ([b1e389d](b1e389d)) * **Recommendation:** Save and read a Recommendationù ([ccbfa0d](ccbfa0d)) * **TechnologyVotingResultComponent:** TechnologyVotingResultComponent added ([9c22dbc](9c22dbc)) * **VotingEventComponent:** move to next step in VotingEvent flow allowed ([c0b6ec7](c0b6ec7))
1 parent da0b2fb commit 8e2b58e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [1.4.0](https://github.com/thoughtworks/byor-voting-web-app/compare/v1.3.0...v1.4.0) (2019-07-24)
2+
3+
4+
### Features
5+
6+
* **CommentCardComponent:** Comment shows the tags of the vote ([1280144](https://github.com/thoughtworks/byor-voting-web-app/commit/1280144))
7+
* **getVotes saveVote:** getVotes for a specific voter, saveVote with override option ([b1e389d](https://github.com/thoughtworks/byor-voting-web-app/commit/b1e389d))
8+
* **Recommendation:** Save and read a Recommendationù ([ccbfa0d](https://github.com/thoughtworks/byor-voting-web-app/commit/ccbfa0d))
9+
* **TechnologyVotingResultComponent:** TechnologyVotingResultComponent added ([9c22dbc](https://github.com/thoughtworks/byor-voting-web-app/commit/9c22dbc))
10+
* **VotingEventComponent:** move to next step in VotingEvent flow allowed ([c0b6ec7](https://github.com/thoughtworks/byor-voting-web-app/commit/c0b6ec7))
11+
112
# [1.3.0](https://github.com/thoughtworks/byor-voting-web-app/compare/v1.2.0...v1.3.0) (2019-07-13)
213

314

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "byor-voting-web-app",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"scripts": {
55
"ng": "npx ng",
66
"start": "npx ng serve --extra-webpack-config webpack.extra.js --poll 2000 --host 0.0.0.0",

0 commit comments

Comments
 (0)