Skip to content

Commit 3ead07e

Browse files
committed
Release 1.0.2 [skip ci]
- Bumped version number to 1.0.2 - Generated new changelog
1 parent ebfb393 commit 3ead07e

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Changelog
22
Also see [releases](https://github.com/dominique-mueller/angular-notifier/releases).
33

4+
<br>
5+
6+
## [1.0.2](https://github.com/dominique-mueller/angular-notifier/releases/tag/1.0.2) / 2016-12-21
7+
8+
### Bug Fixes
9+
10+
* **config:** Fixed broken configuration merge ([9793773](https://github.com/dominique-mueller/angular-notifier/commit/9793773))
11+
12+
13+
### Chores
14+
15+
* **gulp:** Added test coverage generator ([6c142c8](https://github.com/dominique-mueller/angular-notifier/commit/6c142c8))
16+
* **gulp:** Fixed coveralls, fixed wrong dependencies ([ebfb393](https://github.com/dominique-mueller/angular-notifier/commit/ebfb393))
17+
* **test:** Added codecov to Travis config, added badge to README file^ ([923488a](https://github.com/dominique-mueller/angular-notifier/commit/923488a))
18+
19+
20+
### Tests
21+
22+
* **library:** Added unit tests for the whole source code ([3624eef](https://github.com/dominique-mueller/angular-notifier/commit/3624eef))
23+
24+
425
<br>
526

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-notifier",
33
"description": "A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular 2+ application.",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"author": {
66
"name": "Dominique Müller",
77
"email": "[email protected]",

0 commit comments

Comments
 (0)