We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f27154 commit ad5b89bCopy full SHA for ad5b89b
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Change Log
2
3
+### Ver 0.4.0
4
+
5
+* [add service worker registration prop](https://github.com/georgeOsdDev/react-web-notification/pull/41)
6
7
+* [Add askAgain to propTypes in Readme](https://github.com/georgeOsdDev/react-web-notification/pull/42)
8
9
### Ver 0.3.2
10
11
* [Typo issue](https://github.com/georgeOsdDev/react-web-notification/issues/39)
package.json
@@ -1,6 +1,6 @@
{
"name": "react-web-notification",
- "version": "0.3.2",
+ "version": "0.4.0",
"description": "React component with HTML5 Web Notification API",
"main": "./lib/components/Notification.js",
"scripts": {
0 commit comments