Skip to content

Commit a93bf9a

Browse files
author
Takeharu Oshida
committed
Bump version from 0.1.2 to 0.2.0
1 parent 37bb8cf commit a93bf9a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## Change Log
22

3-
### Ver 0.1.3 (Next Release)
3+
### 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)
48

59
### Ver 0.1.2
610
* [#5 Add option `disableActiveWindow`](https://github.com/georgeOsdDev/react-web-notification/issues/5)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-web-notification",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "React component with HTML5 Web Notification API",
55
"main": "./lib/components/ReactWebNotification.js",
66
"scripts": {

0 commit comments

Comments
 (0)