From 4e124bd4ebb04682784858c2a9ea1875dda5aab1 Mon Sep 17 00:00:00 2001 From: Igor Prado Date: Tue, 1 Aug 2017 14:29:42 -0500 Subject: [PATCH] Bumped version and added notes to changelog --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a994f53..5cfaa03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 0.2.15 - Aug 1, 2017 + +* UMD build now specifies the library name (thanks to @franckamayou) + ## 0.2.14 - May 3, 2017 * Ability to [edit notifications](https://github.com/igorprado/react-notification-system#removenotificationnotification). (thanks to @syndbg) diff --git a/package.json b/package.json index 31cc5a6..c356e09 100644 --- a/package.json +++ b/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": {