From e75c23fff6e751bcb8a2012b476b50ac2c581c13 Mon Sep 17 00:00:00 2001 From: Igor Prado Date: Mon, 12 Oct 2015 09:28:47 -0300 Subject: [PATCH] Bumperd package version and updated changelog --- CHANGELOG.md | 20 +++++++++++++------- package.json | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be1d716..0a84ebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,18 @@ # CHANGELOG +## 0.2.4 - Oct 12, 2015 + +**Implemented enhancements:** + +* Added React and ReactDOM as peerDependencies and devDependencies to help on component development. + ## 0.2.3 - Oct 11, 2015 **Implemented enhancements:** * Possibility to remove notification by uid. * Added onAdd property to notification object. -* Improved styles +* Improved styles. ## 0.2.2 - Oct 10, 2015 @@ -18,8 +24,8 @@ **Implemented enhancements:** -* Improved function to get specific style based on element -* Improved notification styles +* Improved function to get specific style based on element. +* Improved notification styles. * Added ESLint and linted all src files. ## 0.2.0 - Oct 9, 2015 @@ -32,12 +38,12 @@ **Implemented enhancements, merged pull requrests:** -* Fix dismissible false to not require an action -* Added CHANGELOG and LICENSE files +* Fix dismissible false to not require an action. +* Added CHANGELOG and LICENSE files. ## 0.1.15 - Oct 1, 2015 **Implemented enhancements:** -* `addNotification()` method now returns the notification object -* Added method `removeNotification()` to remove a notification programmatically based on returned notification object +* `addNotification()` method now returns the notification object. +* Added method `removeNotification()` to remove a notification programmatically based on returned notification object. diff --git a/package.json b/package.json index fd47af8..22cbc47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-notification-system", - "version": "0.2.3", + "version": "0.2.4", "description": "A React Notification System fully customized", "main": "dist/notification-system.js", "scripts": {