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 37bb8cf commit a93bf9aCopy full SHA for a93bf9a
CHANGELOG.md
@@ -1,6 +1,10 @@
1
## Change Log
2
3
-### Ver 0.1.3 (Next Release)
+### Ver 0.2.1 (Next Release)
4
+
5
+### Ver 0.2.0
6
+ * [#7 Support React-v0.14](https://github.com/georgeOsdDev/react-web-notification/issues/7)
7
+ * [#8 Publish transpiled code](https://github.com/georgeOsdDev/react-web-notification/issues/8)
8
9
### Ver 0.1.2
10
* [#5 Add option `disableActiveWindow`](https://github.com/georgeOsdDev/react-web-notification/issues/5)
package.json
@@ -1,6 +1,6 @@
{
"name": "react-web-notification",
- "version": "0.1.2",
+ "version": "0.2.0",
"description": "React component with HTML5 Web Notification API",
"main": "./lib/components/ReactWebNotification.js",
"scripts": {
0 commit comments