Skip to content

Commit ad5b89b

Browse files
author
Takeharu Oshida
committed
Bump version from 0.3.2 to 0.4.0
1 parent 8f27154 commit ad5b89b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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+
39
### Ver 0.3.2
410

511
* [Typo issue](https://github.com/georgeOsdDev/react-web-notification/issues/39)

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.3.2",
3+
"version": "0.4.0",
44
"description": "React component with HTML5 Web Notification API",
55
"main": "./lib/components/Notification.js",
66
"scripts": {

0 commit comments

Comments
 (0)