Skip to content

Commit db5236d

Browse files
committed
bump version to 0.5.13
1 parent 8ce980d commit db5236d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/HISTORY.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# React-Images
22

3+
### v0.5.13 / 2017-11-29
4+
- change srcset to srcSet to fix intermittent warning: Invalid DOM property `srcset`. Did you mean `srcSet`?
5+
6+
### v0.5.12 / 2017-11-29
7+
- Fix React warning issue #171 thanks to [kachkaev] (https://github.com/(https://github.com/smeijer)
8+
39
### v0.5.10 / 2017-10-18
410
- New build
511

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-images",
3-
"version": "0.5.12",
3+
"version": "0.5.13",
44
"description": "A simple, responsive lightbox component for displaying an array of images with React.js",
55
"main": "lib/Lightbox.js",
66
"jsnext:main": "dist/react-images.es.js",

0 commit comments

Comments
 (0)