Skip to content

Commit e7a8134

Browse files
committed
Release 0.0.0 [skip ci]
- Bumped version number to 0.0.0 - Generated new changelog
1 parent 8fef1f8 commit e7a8134

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Changelog
2+
Also see [releases](https://github.com/dominique-mueller/angular-notifier/releases).
3+
4+
<br>
5+
6+
## [1.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/1.0.0) / 2016-12-04
7+
8+
### Bug Fixes
9+
10+
* **gulp:** Fixed build process to make it work on Travis CI again ([0e21209](https://github.com/dominique-mueller/angular-notifier/commit/0e21209))
11+
12+
13+
### Chores
14+
15+
* **gulp:** Added build workflow and CI configuration, prepared demo ([e42dda9](https://github.com/dominique-mueller/angular-notifier/commit/e42dda9))
16+
* **gulp:** Added bundles and sourcemaps, added AoT support, refactored build process ([0c89039](https://github.com/dominique-mueller/angular-notifier/commit/0c89039))
17+
* **gulp:** Optimized overall Gulp watcher performance ([9ca8342](https://github.com/dominique-mueller/angular-notifier/commit/9ca8342))
18+
* **release:** Added fake breaking change ([8fef1f8](https://github.com/dominique-mueller/angular-notifier/commit/8fef1f8))
19+
20+
21+
### Documentation
22+
23+
* **readme:** Added docs with image, updated demo ([1ee2ca2](https://github.com/dominique-mueller/angular-notifier/commit/1ee2ca2))
24+
25+
26+
### Features
27+
28+
* **config:** Added new options, docs improbement, refactoring ([745e47e](https://github.com/dominique-mueller/angular-notifier/commit/745e47e))
29+
* **library:** Added animations ([bdec4ab](https://github.com/dominique-mueller/angular-notifier/commit/bdec4ab))
30+
* **library:** Added minimal feature implementation ([36aa4e3](https://github.com/dominique-mueller/angular-notifier/commit/36aa4e3))
31+
* **library:** Extended API ([4fcab3b](https://github.com/dominique-mueller/angular-notifier/commit/4fcab3b))
32+
33+
34+
35+
### BREAKING CHANGES
36+
37+
* release: First stable release
38+
39+
---
40+
41+
*Changelog generated automatically.*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-notifier",
33
"description": "A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular 2+ application.",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"author": {
66
"name": "Dominique Müller",
77
"email": "[email protected]",

0 commit comments

Comments
 (0)