From dc33d1a89656d453a5ff97023171d58fa1703bd4 Mon Sep 17 00:00:00 2001 From: dominique-mueller Date: Tue, 21 Mar 2017 16:31:32 +0000 Subject: [PATCH] Release 1.0.4 [skip ci] - Bumped version number to 1.0.4 - Generated new changelog --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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",