From b31f9f589af4d535740aad66c7e23ba06b97ca11 Mon Sep 17 00:00:00 2001 From: sagie gur ari Date: Wed, 13 May 2020 05:39:26 +0000 Subject: [PATCH] release --- README.md | 1 + bower.json | 30 ++++++++++++++++++++++++++++++ docs/CHANGELOG.md | 1 + package.json | 2 +- 4 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 bower.json diff --git a/README.md b/README.md index aa77580..28de16c 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..c639974 --- /dev/null +++ b/bower.json @@ -0,0 +1,30 @@ +{ + "name": "simple-web-notification", + "version": "2.0.1", + "description": "Web Notifications made easy.", + "authors": [ + "Sagie Gur-Ari " + ], + "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": {} +} diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index fa6caae..42aef83 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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 | diff --git a/package.json b/package.json index 815867f..4625938 100644 --- a/package.json +++ b/package.json @@ -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",