From 4df86a05a08217ed84efa47cc3d14348646f9c23 Mon Sep 17 00:00:00 2001 From: Talha Naqvi Date: Mon, 18 Jul 2022 08:13:28 -0700 Subject: [PATCH] v1.2.0 --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db401fb10..707b01ce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.2.0] - 2022-07-18 + - Fixed out of bound read from data - https://github.com/Shopify/flash-list/pull/523 - - Added JS only fallbacks for unsupported platforms - https://github.com/Shopify/flash-list/pull/518 - Added footer correction in AutoLayoutView diff --git a/package.json b/package.json index 1d8c46782..35aea84e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/flash-list", - "version": "1.1.0", + "version": "1.2.0", "keywords": [ "react-native" ],