We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab384df commit 893713cCopy full SHA for 893713c
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 0.2.16 - Oct 19, 2017
4
+
5
+* Support for React 16 (thanks to @marudor)
6
7
## 0.2.15 - Aug 1, 2017
8
9
* UMD build now specifies the library name (thanks to @franckamayou)
package.json
@@ -1,6 +1,6 @@
{
"name": "react-notification-system",
- "version": "0.2.15",
+ "version": "0.2.16",
"description": "A React Notification System fully customized",
"main": "dist/NotificationSystem.js",
"scripts": {
0 commit comments