We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811c037 commit 2e3f6a9Copy full SHA for 2e3f6a9
3 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## [0.0.3] 2017-11-28
+## [0.0.4] 2017-11-28
2
### Bug fixing
3
- Rename the `notify` function to `notificationAlert`
4
index.js
@@ -13,7 +13,7 @@ class NotificationAlert extends React.Component {
13
notifyBR: []
14
};
15
this.onDismiss = this.onDismiss.bind(this);
16
- this.notify = this.notify.bind(this);
+ this.notificationAlert = this.notificationAlert.bind(this);
17
}
18
onDismiss(nNumber, place, noAnimate) {
19
package.json
@@ -1,6 +1,6 @@
{
"name": "react-notification-alert",
- "version": "0.0.3",
+ "version": "0.0.4",
"description": "React bootstrap 4 notification alert",
5
"main": "index.js",
6
"scripts": {
0 commit comments