Skip to content

Commit

Permalink
fix: props.startIndex bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kimcoder committed Mar 15, 2022
1 parent 5c5fa72 commit 61148a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

### 2.4.1 (March 05, 2022)

- fix `props.startIndex` bug

### 2.4.0 (March 05, 2022)

- add `props.image` structure type
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-simple-image-slider",
"version": "2.4.0",
"version": "2.4.1",
"description": "simple image slider component for react",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 61148a0

Please sign in to comment.