diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..859afa32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,41 @@ +# Changelog +Also see [releases](https://github.com/dominique-mueller/angular-notifier/releases). + +
+ +## [1.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/1.0.0) / 2016-12-04 + +### Bug Fixes + +* **gulp:** Fixed build process to make it work on Travis CI again ([0e21209](https://github.com/dominique-mueller/angular-notifier/commit/0e21209)) + + +### Chores + +* **gulp:** Added build workflow and CI configuration, prepared demo ([e42dda9](https://github.com/dominique-mueller/angular-notifier/commit/e42dda9)) +* **gulp:** Added bundles and sourcemaps, added AoT support, refactored build process ([0c89039](https://github.com/dominique-mueller/angular-notifier/commit/0c89039)) +* **gulp:** Optimized overall Gulp watcher performance ([9ca8342](https://github.com/dominique-mueller/angular-notifier/commit/9ca8342)) +* **release:** Added fake breaking change ([8fef1f8](https://github.com/dominique-mueller/angular-notifier/commit/8fef1f8)) + + +### Documentation + +* **readme:** Added docs with image, updated demo ([1ee2ca2](https://github.com/dominique-mueller/angular-notifier/commit/1ee2ca2)) + + +### Features + +* **config:** Added new options, docs improbement, refactoring ([745e47e](https://github.com/dominique-mueller/angular-notifier/commit/745e47e)) +* **library:** Added animations ([bdec4ab](https://github.com/dominique-mueller/angular-notifier/commit/bdec4ab)) +* **library:** Added minimal feature implementation ([36aa4e3](https://github.com/dominique-mueller/angular-notifier/commit/36aa4e3)) +* **library:** Extended API ([4fcab3b](https://github.com/dominique-mueller/angular-notifier/commit/4fcab3b)) + + + +### BREAKING CHANGES + +* release: First stable release + +--- + +*Changelog generated automatically.* diff --git a/package.json b/package.json index 6db6b6ca..96df9071 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": "0.0.0", + "version": "1.0.0", "author": { "name": "Dominique Müller", "email": "dominique.m.mueller@gmail.com",