Skip to content

Commit 7307e69

Browse files
committed
Merge branch 'release/0.2.1'
2 parents c9e4821 + b4a785c commit 7307e69

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 0.2.1 - Oct 9, 2015
4+
5+
**Implemented enhancements:**
6+
7+
* Improved function to get specific style based on element
8+
* Improved notification styles
9+
* Added ESLint and linted all src files.
10+
311
## 0.2.0 - Oct 9, 2015
412

513
**Implemented enhancements:**

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-notification-system",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A React Notification System fully customized",
55
"main": "dist/notification-system.js",
66
"scripts": {

0 commit comments

Comments
 (0)