We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7f7f6 commit 4e124bdCopy full SHA for 4e124bd
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 0.2.15 - Aug 1, 2017
4
+
5
+* UMD build now specifies the library name (thanks to @franckamayou)
6
7
## 0.2.14 - May 3, 2017
8
9
* Ability to [edit notifications](https://github.com/igorprado/react-notification-system#removenotificationnotification). (thanks to @syndbg)
package.json
@@ -1,6 +1,6 @@
{
"name": "react-notification-system",
- "version": "0.2.14",
+ "version": "0.2.15",
"description": "A React Notification System fully customized",
"main": "dist/NotificationSystem.js",
"scripts": {
0 commit comments