Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismaestro committed Aug 6, 2017
1 parent 37521da commit 1431d6b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.1.0"></a>
# [2.1.0](https://github.com/Ismaestro/angular4-example-app/compare/v2.0.1...v2.1.0) (2017-08-06)


### Bug Fixes

* **unit tests:** solved problem with rx operators ([37521da](https://github.com/Ismaestro/angular4-example-app/commit/37521da))


### Features

* **github icon:** removed iframe and added simple icon ([ff75a08](https://github.com/Ismaestro/angular4-example-app/commit/ff75a08))
* **readme:** added release command ([ca4e250](https://github.com/Ismaestro/angular4-example-app/commit/ca4e250))
* **standar-version:** added module to create changelog automatically ([7944dac](https://github.com/Ismaestro/angular4-example-app/commit/7944dac))
* **translation:** moved to ngx-translate ([db72c0f](https://github.com/Ismaestro/angular4-example-app/commit/db72c0f))



<a name="2.0.1"></a>
## [2.0.1](https://github.com/Ismaestro/angular4-example-app/compare/v1.1.0...v2.0.1) (2017-08-05)

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": "angular-example-app",
"version": "2.0.1",
"version": "2.1.0",
"license": "MIT",
"scripts": {
"start": "ng serve",
Expand Down

0 comments on commit 1431d6b

Please sign in to comment.