Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwo committed Aug 25, 2019
1 parent c7e1ae2 commit 9bcf09f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 1.0.1
* Added className as prop for underlying image

# 1.0.0
* Original release
3 changes: 2 additions & 1 deletion build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,8 @@ var HoverImage = function (_React$Component) {

HoverImage.propTypes = {
hoverSrc: _propTypes2.default.string.isRequired,
src: _propTypes2.default.string.isRequired
src: _propTypes2.default.string.isRequired,
className: _propTypes2.default.string
};

exports.default = HoverImage;
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-hover-image",
"version": "1.0.0",
"version": "1.0.1",
"description": "Hover Image React Component",
"main": "build/index.js",
"repository": "https://github.com/jwo/react-hover-image",
Expand Down

0 comments on commit 9bcf09f

Please sign in to comment.