-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Bumped version number to 0.0.0 - Generated new changelog
- Loading branch information
1 parent
8fef1f8
commit e7a8134
Showing
2 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Changelog | ||
Also see [releases](https://github.com/dominique-mueller/angular-notifier/releases). | ||
|
||
<br> | ||
|
||
## [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.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "0.0.0", | ||
"version": "1.0.0", | ||
"author": { | ||
"name": "Dominique Müller", | ||
"email": "[email protected]", | ||
|