Skip to content

Commit

Permalink
chore(release): 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismael Ramos committed Aug 11, 2017
1 parent b5ae18b commit 6268737
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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.3.0"></a>
# [2.3.0](https://github.com/Ismaestro/angular4-example-app/compare/v2.2.1...v2.3.0) (2017-08-11)


### Bug Fixes

* **async:** solved problem with async pipe in e2e tests ([0b87437](https://github.com/Ismaestro/angular4-example-app/commit/0b87437))
* **prefix:** solved problem with root component ([7338fcd](https://github.com/Ismaestro/angular4-example-app/commit/7338fcd))
* **unit tests:** solved problem with unit tests on lazy loaded modules ([b357ed4](https://github.com/Ismaestro/angular4-example-app/commit/b357ed4))


### Features

* **e2e:** added heroes list e2e tests and refactor some functions ([2052bee](https://github.com/Ismaestro/angular4-example-app/commit/2052bee))
* **lazy loading:** lazy loading heroes module ([c86c69d](https://github.com/Ismaestro/angular4-example-app/commit/c86c69d))
* **loading:** updated loading spinner ([8fbed76](https://github.com/Ismaestro/angular4-example-app/commit/8fbed76))
* **prefix:** modified prefix to app ([79a808a](https://github.com/Ismaestro/angular4-example-app/commit/79a808a))
* **readme:** added modal and toasts feature ([259a36d](https://github.com/Ismaestro/angular4-example-app/commit/259a36d))
* **readme:** updated some features ([9f7b98b](https://github.com/Ismaestro/angular4-example-app/commit/9f7b98b))
* **unit tests:** added test and fixed problem with no default heroes in search component. Refactor some other tests. ([8f54f2a](https://github.com/Ismaestro/angular4-example-app/commit/8f54f2a))



<a name="2.2.1"></a>
## [2.2.1](https://github.com/Ismaestro/angular4-example-app/compare/v2.2.0...v2.2.1) (2017-08-07)

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.2.1",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "ng serve",
Expand Down

0 comments on commit 6268737

Please sign in to comment.