Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed May 13, 2020
1 parent 5b5f990 commit b31f9f5
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2020-05-13 | v2.0.1 | Revert bower.json deletion but not use it in CI build |
| 2020-05-11 | v2.0.0 | Migrate to github actions, upgrade minimal node version and remove bower |
| 2019-02-08 | v1.0.32 | Maintenance |
| 2018-06-25 | v1.0.28 | Expose webNotification.requestPermission #5 |
Expand Down
30 changes: 30 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "simple-web-notification",
"version": "2.0.1",
"description": "Web Notifications made easy.",
"authors": [
"Sagie Gur-Ari <[email protected]>"
],
"license": "Apache-2.0",
"homepage": "http://github.com/sagiegurari/simple-web-notification",
"keywords": [
"notifications",
"web notifications"
],
"main": "web-notification.js",
"ignore": [
"node_modules",
"bower_components",
".github",
"project",
"test",
"tests",
"example",
"target",
".travis.yml",
".atom.*.yml",
"Gruntfile.js"
],
"dependencies": {},
"devDependencies": {}
}
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2020-05-13 | v2.0.1 | Revert bower.json deletion but not use it in CI build |
| 2020-05-11 | v2.0.0 | Migrate to github actions, upgrade minimal node version and remove bower |
| 2019-02-08 | v1.0.32 | Maintenance |
| 2018-06-25 | v1.0.28 | Expose webNotification.requestPermission #5 |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-web-notification",
"version": "2.0.0",
"version": "2.0.1",
"description": "Web Notifications made easy.",
"author": {
"name": "Sagie Gur-Ari",
Expand Down

0 comments on commit b31f9f5

Please sign in to comment.