Skip to content

Commit b31f9f5

Browse files
committed
release
1 parent 5b5f990 commit b31f9f5

File tree

4 files changed

+33
-1
lines changed

4 files changed

+33
-1
lines changed

README.md

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

143143
| Date | Version | Description |
144144
| ----------- | ------- | ----------- |
145+
| 2020-05-13 | v2.0.1 | Revert bower.json deletion but not use it in CI build |
145146
| 2020-05-11 | v2.0.0 | Migrate to github actions, upgrade minimal node version and remove bower |
146147
| 2019-02-08 | v1.0.32 | Maintenance |
147148
| 2018-06-25 | v1.0.28 | Expose webNotification.requestPermission #5 |

bower.json

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

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.0.32 | Maintenance |
56
| 2018-06-25 | v1.0.28 | Expose webNotification.requestPermission #5 |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-web-notification",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Web Notifications made easy.",
55
"author": {
66
"name": "Sagie Gur-Ari",

0 commit comments

Comments
 (0)