From 7a5816d2e5101bb29249ec02bbf33009e27c8eb5 Mon Sep 17 00:00:00 2001 From: Calin Tamas Date: Thu, 17 Mar 2022 08:09:10 +0200 Subject: [PATCH] chore: publish v2.1.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d315e3d..9e632d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ Headers are one of: - `Added`, `Changed`, `Removed`, `Fixed` or `Breaking`. +## [2.1.2] + +### Fixed + +- Fixes `useNativeDriver` warning on web by [jpaas](https://github.com/jpaas) in [#334](https://github.com/calintamas/react-native-toast-message/pull/334) + ## [2.1.1] ### Fixed diff --git a/package.json b/package.json index 3eb1da62..103ff7e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-toast-message", - "version": "2.1.1", + "version": "2.1.2", "description": "Toast message component for React Native", "main": "./lib/index.js", "types": "./lib/index.d.ts",