diff --git a/CHANGELOG.md b/CHANGELOG.md index 324d3553..619860c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.11.0 + +- Added: `scrollToIndex` method. + # 0.10.1 - Fixed: make sure that `onIndexChanged` does not get called if the new index is the same as the old one. diff --git a/package.json b/package.json index 559499b2..3308de1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinar", - "version": "0.10.1", + "version": "0.11.0", "description": "Customizable, lightweight React Native carousel component with accessibility support", "main": "dist/src/index.js", "homepage": "https://github.com/kristerkari/pinar#readme",