Skip to content

Commit

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

### Features

* **RecommendationComponent:** support for recommendation step ([dfa007f](dfa007f))
* **VoteDialogueComponent:** Support for tagging ([4a6d1ce](4a6d1ce))
  • Loading branch information
semantic-release-bot committed Jul 13, 2019
1 parent b85b777 commit 16db542
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.3.0](https://github.com/thoughtworks/byor-voting-web-app/compare/v1.2.0...v1.3.0) (2019-07-13)


### Features

* **RecommendationComponent:** support for recommendation step ([dfa007f](https://github.com/thoughtworks/byor-voting-web-app/commit/dfa007f))
* **VoteDialogueComponent:** Support for tagging ([4a6d1ce](https://github.com/thoughtworks/byor-voting-web-app/commit/4a6d1ce))

# [1.2.0](https://github.com/thoughtworks/byor-voting-web-app/compare/v1.1.1...v1.2.0) (2019-07-08)


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.2.0",
"version": "1.3.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 16db542

Please sign in to comment.