Skip to content

Commit

Permalink
Release 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
- Bumped version number to 1.0.2
- Generated new changelog
  • Loading branch information
dominique-mueller committed Dec 21, 2016
1 parent ebfb393 commit 3ead07e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog
Also see [releases](https://github.com/dominique-mueller/angular-notifier/releases).

<br>

## [1.0.2](https://github.com/dominique-mueller/angular-notifier/releases/tag/1.0.2) / 2016-12-21

### Bug Fixes

* **config:** Fixed broken configuration merge ([9793773](https://github.com/dominique-mueller/angular-notifier/commit/9793773))


### Chores

* **gulp:** Added test coverage generator ([6c142c8](https://github.com/dominique-mueller/angular-notifier/commit/6c142c8))
* **gulp:** Fixed coveralls, fixed wrong dependencies ([ebfb393](https://github.com/dominique-mueller/angular-notifier/commit/ebfb393))
* **test:** Added codecov to Travis config, added badge to README file^ ([923488a](https://github.com/dominique-mueller/angular-notifier/commit/923488a))


### Tests

* **library:** Added unit tests for the whole source code ([3624eef](https://github.com/dominique-mueller/angular-notifier/commit/3624eef))


<br>

## [1.0.1](https://github.com/dominique-mueller/angular-notifier/releases/tag/1.0.1) / 2016-12-05
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-notifier",
"description": "A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular 2+ application.",
"version": "1.0.1",
"version": "1.0.2",
"author": {
"name": "Dominique Müller",
"email": "[email protected]",
Expand Down

0 comments on commit 3ead07e

Please sign in to comment.