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": {