diff --git a/CHANGELOG.md b/CHANGELOG.md index 31641fa0d..97fa82e7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,20 +7,24 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.4.6] - 2022-04-13 + +- Match FlashList's empty list behavior with FlatList + - https://github.com/Shopify/flash-list/pull/312 + ## [0.4.5] - 2022-04-13 - Upgrade recyclerlistview to v3.2.0-beta.4 + - https://github.com/Shopify/flash-list/pull/315 - Add viewability callbacks + - https://github.com/Shopify/flash-list/pull/301 - Calculate average item sizes automatically - https://github.com/Shopify/flash-list/pull/296 -- Match FlashList's empty list behavior with FlatList - - https://github.com/Shopify/flash-list/pull/312 - ## [0.4.4] - 2022-04-06 - Fix `FlashList` mock when no data is provided diff --git a/package.json b/package.json index 7d8452b00..5b311de70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/flash-list", - "version": "0.4.5", + "version": "0.4.6", "keywords": [ "react-native" ],