Skip to content

Commit 4e04511

Browse files
committed
version bump
1 parent fe9e446 commit 4e04511

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.5.0 (April 14, 2017)
2+
3+
* Use React `Component` instead of `createClass` and `prop-types` library to suppress deprication warnings
4+
15
## 1.4.0 (May 28, 2016)
26

37
* Added `contentStyle` property to extend content container styles

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-loader-advanced",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Show loader overlaying your component during async events.",
55
"main": "./lib/react-loader-advanced.js",
66
"scripts": {

0 commit comments

Comments
 (0)