Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.1...v1.2.0) (2019-07-08)

### Bug Fixes

* **CanActivateStart:** fix the behavior when starting the app ([b803bcd](b803bcd))
* **VotingEventComponent:** token expired managed ([4626823](4626823))

### Features

* **CanActivateStart:** CanActivateStart to protect from browser refresh ([e4be912](e4be912))
* **TechnologyListComponent:** number of voted and comments shown ([64a70d7](64a70d7))
  • Loading branch information
semantic-release-bot committed Jul 8, 2019
1 parent 5581271 commit 7e3227a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.2.0](https://github.com/thoughtworks/byor-voting-web-app/compare/v1.1.1...v1.2.0) (2019-07-08)


### Bug Fixes

* **CanActivateStart:** fix the behavior when starting the app ([b803bcd](https://github.com/thoughtworks/byor-voting-web-app/commit/b803bcd))
* **VotingEventComponent:** token expired managed ([4626823](https://github.com/thoughtworks/byor-voting-web-app/commit/4626823))


### Features

* **CanActivateStart:** CanActivateStart to protect from browser refresh ([e4be912](https://github.com/thoughtworks/byor-voting-web-app/commit/e4be912))
* **TechnologyListComponent:** number of voted and comments shown ([64a70d7](https://github.com/thoughtworks/byor-voting-web-app/commit/64a70d7))

## [1.1.1](https://github.com/thoughtworks/byor-voting-web-app/compare/v1.1.0...v1.1.1) (2019-07-06)


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.1.1",
"version": "1.2.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 7e3227a

Please sign in to comment.