From 4c93ccbd11741dde0e66c0efd4f2f01a8ebb1580 Mon Sep 17 00:00:00 2001 From: sagie gur ari Date: Wed, 13 May 2020 05:42:56 +0000 Subject: [PATCH] release --- README.md | 1 + bower.json | 37 +++++++++++++++++++++++++++++++++++++ docs/CHANGELOG.md | 1 + package.json | 2 +- 4 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 bower.json diff --git a/README.md b/README.md index 4d9a557..392b19e 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,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.2.31 | Maintenance | | 2017-08-25 | v1.2.24 | Document support of service worker web notifications | diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..4a0a4f6 --- /dev/null +++ b/bower.json @@ -0,0 +1,37 @@ +{ + "name": "angular-web-notification", + "version": "2.0.1", + "description": "AngularJS service for displaying web notifications.", + "authors": [ + "Sagie Gur-Ari " + ], + "license": "Apache-2.0", + "homepage": "http://github.com/sagiegurari/angular-web-notification", + "keywords": [ + "AngularJS", + "notifications", + "web notifications" + ], + "main": "angular-web-notification.js", + "ignore": [ + "node_modules", + "bower_components", + ".github", + "project", + "test", + "tests", + "example", + "target", + ".travis.yml", + ".atom.*.yml", + "Gruntfile.js" + ], + "dependencies": { + "simple-web-notification": "latest", + "angular": "~1" + }, + "devDependencies": { + "jquery": "latest", + "angular-mocks": "~1" + } +} diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 75fdba3..cdbe594 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.2.31 | Maintenance | | 2017-08-25 | v1.2.24 | Document support of service worker web notifications | diff --git a/package.json b/package.json index 77efb76..310e8a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-web-notification", - "version": "2.0.0", + "version": "2.0.1", "description": "AngularJS service for displaying web notifications.", "author": { "name": "Sagie Gur-Ari",