Skip to content

Commit

Permalink
bump version to 0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunian committed Nov 29, 2017
1 parent 8ce980d commit db5236d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# React-Images

### v0.5.13 / 2017-11-29
- change srcset to srcSet to fix intermittent warning: Invalid DOM property `srcset`. Did you mean `srcSet`?

### v0.5.12 / 2017-11-29
- Fix React warning issue #171 thanks to [kachkaev] (https://github.com/(https://github.com/smeijer)

### v0.5.10 / 2017-10-18
- New build

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-images",
"version": "0.5.12",
"version": "0.5.13",
"description": "A simple, responsive lightbox component for displaying an array of images with React.js",
"main": "lib/Lightbox.js",
"jsnext:main": "dist/react-images.es.js",
Expand Down

0 comments on commit db5236d

Please sign in to comment.