diff --git a/CHANGELOG.md b/CHANGELOG.md index a6573093..ab39b121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog Also see [releases](https://github.com/dominique-mueller/angular-notifier/releases). +
+ +## [1.0.4](https://github.com/dominique-mueller/angular-notifier/releases/tag/1.0.4) / 2017-03-21 + +### Bug Fixes + +* **aot:** Fixed Angular AoT compilation issue ([e5ed9bb](https://github.com/dominique-mueller/angular-notifier/commit/e5ed9bb)), closes [#7](https://github.com/dominique-mueller/angular-notifier/issues/7) + +
## [1.0.3](https://github.com/dominique-mueller/angular-notifier/releases/tag/1.0.3) / 2017-02-05 diff --git a/package.json b/package.json index 8e6101a3..2a981f67 100644 --- a/package.json +++ b/package.json @@ -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.3", + "version": "1.0.4", "author": { "name": "Dominique Müller", "email": "dominique.m.mueller@gmail.com",