File tree 5 files changed +6
-5
lines changed
5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
109
109
110
110
| Date | Version | Description |
111
111
| ----------- | ------- | ----------- |
112
- | 2017-01-22 | v1.2.2 | Maintenance |
112
+ | 2017-01-22 | v1.2.3 | Maintenance |
113
113
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
114
114
| 2017-01-13 | v1.0.26 | Maintenance |
115
115
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |
Original file line number Diff line number Diff line change 72
72
return webNotificationAPI ;
73
73
}
74
74
} ) ;
75
- } ( this . webNotification ) ) ;
75
+ /*istanbul ignore next*/
76
+ } ( this . webNotification || window . webNotification ) ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-web-notification" ,
3
- "version" : " 1.2.2 " ,
3
+ "version" : " 1.2.3 " ,
4
4
"description" : " AngularJS service for displaying web notifications." ,
5
5
"authors" : [
6
6
" Sagie Gur-Ari <[email protected] >"
Original file line number Diff line number Diff line change 1
1
| Date | Version | Description |
2
2
| ----------- | ------- | ----------- |
3
- | 2017-01-22 | v1.2.2 | Maintenance |
3
+ | 2017-01-22 | v1.2.3 | Maintenance |
4
4
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
5
5
| 2017-01-13 | v1.0.26 | Maintenance |
6
6
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-web-notification" ,
3
- "version" : " 1.2.2 " ,
3
+ "version" : " 1.2.3 " ,
4
4
"description" : " AngularJS service for displaying web notifications." ,
5
5
"author" : {
6
6
"name" : " Sagie Gur-Ari" ,
You can’t perform that action at this time.
0 commit comments