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 9311f4d commit f55b6fbCopy full SHA for f55b6fb
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
### Ver 0.3.0 (Next Release)
4
5
+### Ver 0.2.4
6
+
7
+* [#28 Use prop-types package instead of accessing PropTypes](https://github.com/georgeOsdDev/react-web-notification/issues/28), thanks @AlexNisnevich
8
9
### Ver 0.2.3
10
11
* [#19 add support for react@^15](https://github.com/georgeOsdDev/react-web-notification/issues/19), thanks @emirotin
package.json
@@ -1,6 +1,6 @@
1
{
"name": "react-web-notification",
- "version": "0.2.3",
+ "version": "0.2.4",
"description": "React component with HTML5 Web Notification API",
"main": "./lib/components/Notification.js",
"scripts": {
0 commit comments