Skip to content

Commit

Permalink
Bump version to 0.11.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed Apr 12, 2019
1 parent fdcbf50 commit c76f5e4
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,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.
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": "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",
Expand Down

0 comments on commit c76f5e4

Please sign in to comment.