Skip to content

Commit a1408b3

Browse files
committed
Release 1.0.5 [skip ci]
- Bumped version number to 1.0.5 - Generated new changelog
1 parent af51222 commit a1408b3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

4+
<br>
5+
6+
## [1.0.5](https://github.com/dominique-mueller/angular-notifier/releases/tag/1.0.5) / 2017-04-03
7+
8+
### Bug Fixes
9+
10+
* **notification-container:** Fix wrong ngFor trackby implementation ([f086ae4](https://github.com/dominique-mueller/angular-notifier/commit/f086ae4)), closes [#12](https://github.com/dominique-mueller/angular-notifier/issues/12)
11+
12+
13+
### Chores
14+
15+
* **dependencies:** Update NPM dependencies ([af51222](https://github.com/dominique-mueller/angular-notifier/commit/af51222))
16+
17+
418
<br>
519

620
## [1.0.4](https://github.com/dominique-mueller/angular-notifier/releases/tag/1.0.4) / 2017-03-21

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.4",
4+
"version": "1.0.5",
55
"author": {
66
"name": "Dominique Müller",
77
"email": "[email protected]",

0 commit comments

Comments
 (0)