We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 579068f + 068a5b1 commit 7d5c4eeCopy full SHA for 7d5c4ee
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 0.2.13 - Mar 14, 2017
4
+
5
+* UMD support. (thanks to @jochenberger)
6
7
## 0.2.12 - Mar 01, 2017
8
9
* Adds support for enter and exit animations for NotificationItem. (thanks to @OriR)
package.json
@@ -1,6 +1,6 @@
{
"name": "react-notification-system",
- "version": "0.2.12",
+ "version": "0.2.13",
"description": "A React Notification System fully customized",
"main": "dist/NotificationSystem.js",
"scripts": {
0 commit comments