From 893713cc8b870348bae44a6b0f9eed101b0683d6 Mon Sep 17 00:00:00 2001 From: Igor Prado Date: Thu, 19 Oct 2017 16:18:15 -0500 Subject: [PATCH] Bumped version and updated CHANGELOG --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cfaa03..7150e2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 0.2.16 - Oct 19, 2017 + +* Support for React 16 (thanks to @marudor) + ## 0.2.15 - Aug 1, 2017 * UMD build now specifies the library name (thanks to @franckamayou) diff --git a/package.json b/package.json index a5153f6..c358379 100644 --- a/package.json +++ b/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": {