Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nygardk committed Apr 14, 2017
1 parent fe9e446 commit 4e04511
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.5.0 (April 14, 2017)

* Use React `Component` instead of `createClass` and `prop-types` library to suppress deprication warnings

## 1.4.0 (May 28, 2016)

* Added `contentStyle` property to extend content container styles
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.4.1",
"version": "1.5.0",
"description": "Show loader overlaying your component during async events.",
"main": "./lib/react-loader-advanced.js",
"scripts": {
Expand Down

0 comments on commit 4e04511

Please sign in to comment.