diff --git a/README.md b/README.md index da072d5..bed738d 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,9 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md ## Changelog +### [2.4.4] - 2018-12-15 +- Added reference to the internal flatlist @acollazomayer + ### [2.4.3] - 2018-07-22 - Fix deep copying issue in SectionGrid @andersonaddo diff --git a/package.json b/package.json index 91a662b..fec2d35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-super-grid", - "version": "2.4.3", + "version": "2.4.4", "description": "Responsive Grid View for React Native", "main": "index.js", "types": "index.d.ts",