Skip to content

Commit

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

<br>

## [1.0.3](https://github.com/dominique-mueller/angular-notifier/releases/tag/1.0.3) / 2017-02-05

### Bug Fixes

* **aot:** Fixed error occuring when using NotifierModule.forRoot with ([a501f40](https://github.com/dominique-mueller/angular-notifier/commit/a501f40)), closes [#5](https://github.com/dominique-mueller/angular-notifier/issues/5)


### Chores

* **dependencies:** Updated dev dependencies, fixed SystemJS config ([85051b9](https://github.com/dominique-mueller/angular-notifier/commit/85051b9))
* **tslint:** Updated linting rules, fixed linting issues ([53091cf](https://github.com/dominique-mueller/angular-notifier/commit/53091cf))


<br>

## [1.0.2](https://github.com/dominique-mueller/angular-notifier/releases/tag/1.0.2) / 2016-12-21
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.2",
"version": "1.0.3",
"author": {
"name": "Dominique Müller",
"email": "[email protected]",
Expand Down

0 comments on commit 7898f66

Please sign in to comment.