Skip to content

Commit 5baaeb8

Browse files
committed
Release 1.0.1 [skip ci]
- Bumped version number to 1.0.1 - Generated new changelog
1 parent cdee2d8 commit 5baaeb8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22
Also see [releases](https://github.com/dominique-mueller/angular-notifier/releases).
33

4+
<br>
5+
6+
## [1.0.1](https://github.com/dominique-mueller/angular-notifier/releases/tag/1.0.1) / 2016-12-05
7+
8+
### Bug Fixes
9+
10+
* **dependencies:** Fixed wrong type dependencies in definition files (#2) ([a986e66](https://github.com/dominique-mueller/angular-notifier/commit/a986e66)), closes [#2](https://github.com/dominique-mueller/angular-notifier/issues/2) [#1](https://github.com/dominique-mueller/angular-notifier/issues/1)
11+
* **gulp:** Fixed broken release task (#3) ([cdee2d8](https://github.com/dominique-mueller/angular-notifier/commit/cdee2d8)), closes [#3](https://github.com/dominique-mueller/angular-notifier/issues/3)
12+
13+
14+
### Chores
15+
16+
* **gulp:** Fixed git tag for release ([f1fae3c](https://github.com/dominique-mueller/angular-notifier/commit/f1fae3c))
17+
18+
419
<br>
520

621
## [1.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/1.0.0) / 2016-12-04

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": "1.0.0",
4+
"version": "1.0.1",
55
"author": {
66
"name": "Dominique Müller",
77
"email": "dominique.m.mueller@gmail.com",

0 commit comments

Comments
 (0)