Skip to content

Commit 2e3f6a9

Browse files
author
Manu
committed
bug fixing
1 parent 811c037 commit 2e3f6a9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [0.0.3] 2017-11-28
1+
## [0.0.4] 2017-11-28
22
### Bug fixing
33
- Rename the `notify` function to `notificationAlert`
44

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class NotificationAlert extends React.Component {
1313
notifyBR: []
1414
};
1515
this.onDismiss = this.onDismiss.bind(this);
16-
this.notify = this.notify.bind(this);
16+
this.notificationAlert = this.notificationAlert.bind(this);
1717
}
1818
onDismiss(nNumber, place, noAnimate) {
1919

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-notification-alert",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "React bootstrap 4 notification alert",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)