Skip to content

Commit

Permalink
version bump to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nygardk committed May 28, 2016
1 parent 3b72d37 commit a45520d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.4.0 (May 28, 2016)

* Added `contentStyle` property to extend content container styles

* Added `messageStyle` property to extend message container styles

## 1.3.0 (May 7, 2016)

* Removed babel-polyfill that was polluting globals. Now using
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-loader-advanced",
"version": "1.3.0",
"version": "1.4.0",
"description": "Show loader overlaying your component during async events.",
"main": "./lib/react-loader-advanced.js",
"scripts": {
Expand Down

0 comments on commit a45520d

Please sign in to comment.