Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Jul 24, 2019
1 parent da0b2fb commit 8e2b58e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8e2b58e

Please sign in to comment.