Skip to content

Commit 4c93ccb

Browse files
committed
release
1 parent abd4703 commit 4c93ccb

File tree

4 files changed

+40
-1
lines changed

4 files changed

+40
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
153153

154154
| Date | Version | Description |
155155
| ----------- | ------- | ----------- |
156+
| 2020-05-13 | v2.0.1 | Revert bower.json deletion but not use it in CI build |
156157
| 2020-05-11 | v2.0.0 | Migrate to github actions, upgrade minimal node version and remove bower |
157158
| 2019-02-08 | v1.2.31 | Maintenance |
158159
| 2017-08-25 | v1.2.24 | Document support of service worker web notifications |

bower.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"name": "angular-web-notification",
3+
"version": "2.0.1",
4+
"description": "AngularJS service for displaying web notifications.",
5+
"authors": [
6+
"Sagie Gur-Ari <[email protected]>"
7+
],
8+
"license": "Apache-2.0",
9+
"homepage": "http://github.com/sagiegurari/angular-web-notification",
10+
"keywords": [
11+
"AngularJS",
12+
"notifications",
13+
"web notifications"
14+
],
15+
"main": "angular-web-notification.js",
16+
"ignore": [
17+
"node_modules",
18+
"bower_components",
19+
".github",
20+
"project",
21+
"test",
22+
"tests",
23+
"example",
24+
"target",
25+
".travis.yml",
26+
".atom.*.yml",
27+
"Gruntfile.js"
28+
],
29+
"dependencies": {
30+
"simple-web-notification": "latest",
31+
"angular": "~1"
32+
},
33+
"devDependencies": {
34+
"jquery": "latest",
35+
"angular-mocks": "~1"
36+
}
37+
}

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
| Date | Version | Description |
22
| ----------- | ------- | ----------- |
3+
| 2020-05-13 | v2.0.1 | Revert bower.json deletion but not use it in CI build |
34
| 2020-05-11 | v2.0.0 | Migrate to github actions, upgrade minimal node version and remove bower |
45
| 2019-02-08 | v1.2.31 | Maintenance |
56
| 2017-08-25 | v1.2.24 | Document support of service worker web notifications |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-web-notification",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "AngularJS service for displaying web notifications.",
55
"author": {
66
"name": "Sagie Gur-Ari",

0 commit comments

Comments
 (0)