diff --git a/CHANGELOG.md b/CHANGELOG.md index 707b01ce3..23e7d0527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +- Fixed crash when `estimatedListSize` is used in an empty list + - https://github.com/Shopify/flash-list/pull/546 + ## [1.2.0] - 2022-07-18 - Fixed out of bound read from data diff --git a/package.json b/package.json index 35aea84e2..aa556ddaa 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "jestSetup.js" ], "dependencies": { - "recyclerlistview": "4.1.1", + "recyclerlistview": "4.1.2", "tslib": "2.4.0" } }