diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d6b12ff..8fd8c93dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v3.8.4 + +* Remove TypeScript definitions since they were causing issues (thanks [@radko93](https://github.com/radko93)) + * If you're using Typescript you should install the type definitions this way: `npm install --save @types/react-native-snap-carousel` + ## v3.8.3 * Seems like it's time to remove the `getItemLayout` & `initialScrollIndex` override to properly display the first item when its index is a huge number (thanks [@rontalx](https://github.com/rontalx)) diff --git a/package.json b/package.json index a09a5dff6..bcefd0b43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-snap-carousel", - "version": "3.8.3", + "version": "3.8.4", "description": "Swiper/carousel component for React Native with previews, multiple layouts, parallax images, performant handling of huge numbers of items, and RTL support. Compatible with Android & iOS.", "main": "src/index.js", "repository": {