Skip to content

Commit 3968d34

Browse files
committed
Merge pull request #12 from georgeOsdDev/develop
Release v0.2.1
2 parents 0bd2ba6 + 5ba84a3 commit 3968d34

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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.2.1 (Next Release)
3+
### Ver 0.2.2 (Next Release)
4+
5+
### Ver 0.2.1
6+
7+
* [#11 depending on library](https://github.com/georgeOsdDev/react-web-notification/issues/11)
48

59
### Ver 0.2.0
610
* [#7 Support React-v0.14](https://github.com/georgeOsdDev/react-web-notification/issues/7)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "react-web-notification",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "React component with HTML5 Web Notification API",
5-
"main": "./lib/components/ReactWebNotification.js",
5+
"main": "./lib/components/Notification.js",
66
"scripts": {
77
"browser": "browser-sync start --files example/* --server example",
88
"watch:example": "watchify example/app.js -dv -o example/bundle.js",

0 commit comments

Comments
 (0)