Skip to content

Commit d62ad98

Browse files
authored
Merge pull request #29 from georgeOsdDev/develop
Release V0.2.4
2 parents 9311f4d + f55b6fb commit d62ad98

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
### Ver 0.3.0 (Next Release)
44

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+
59
### Ver 0.2.3
610

711
* [#19 add support for react@^15](https://github.com/georgeOsdDev/react-web-notification/issues/19), thanks @emirotin

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

0 commit comments

Comments
 (0)