We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f6765 commit b4a785cCopy full SHA for b4a785c
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
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
11
## 0.2.0 - Oct 9, 2015
12
13
**Implemented enhancements:**
package.json
@@ -1,6 +1,6 @@
{
"name": "react-notification-system",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "A React Notification System fully customized",
"main": "dist/notification-system.js",
"scripts": {
0 commit comments