Skip to content

Commit 61148a0

Browse files
committed
fix: props.startIndex bug
1 parent 5c5fa72 commit 61148a0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
### 2.4.1 (March 05, 2022)
4+
5+
- fix `props.startIndex` bug
6+
37
### 2.4.0 (March 05, 2022)
48

59
- add `props.image` structure type

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-simple-image-slider",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "simple image slider component for react",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)