Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2019-07-05)

### Bug Fixes

* **voting-event-select.component:** votingEvents private property removed from html template ([40e01c7](40e01c7))

### Features

* **conversation feature:** first support for conversation ([2a318b1](2a318b1))
* **loginForVotingEvent:** loginForVotingEvent api call added ([e7ce94d](e7ce94d))
* **nickname.component:** nickname component introduced and feature toggle for voting event flow ([f939ede](f939ede))
* **vot-dialogue-component:** Comment on vote controlled by voting event flow ([f7e28db](f7e28db))
* **voting-event-flow:** guide flow via configuration ([5c16503](5c16503))
  • Loading branch information
semantic-release-bot committed Jul 5, 2019
1 parent 3ac5f83 commit 9d64667
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.1.0](https://github.com/thoughtworks/byor-voting-web-app/compare/v1.0.1...v1.1.0) (2019-07-05)


### Bug Fixes

* **voting-event-select.component:** votingEvents private property removed from html template ([40e01c7](https://github.com/thoughtworks/byor-voting-web-app/commit/40e01c7))


### Features

* **conversation feature:** first support for conversation ([2a318b1](https://github.com/thoughtworks/byor-voting-web-app/commit/2a318b1))
* **loginForVotingEvent:** loginForVotingEvent api call added ([e7ce94d](https://github.com/thoughtworks/byor-voting-web-app/commit/e7ce94d))
* **nickname.component:** nickname component introduced and feature toggle for voting event flow ([f939ede](https://github.com/thoughtworks/byor-voting-web-app/commit/f939ede))
* **vot-dialogue-component:** Comment on vote controlled by voting event flow ([f7e28db](https://github.com/thoughtworks/byor-voting-web-app/commit/f7e28db))
* **voting-event-flow:** guide flow via configuration ([5c16503](https://github.com/thoughtworks/byor-voting-web-app/commit/5c16503))

## [1.0.1](https://github.com/thoughtworks/byor-voting-web-app/compare/v1.0.0...v1.0.1) (2019-06-28)


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.0.1",
"version": "1.1.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 9d64667

Please sign in to comment.