From 4816800a6195997447af5aff501a3fff9a65650e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0=20Phan?= Date: Wed, 18 Jan 2023 13:26:57 +0700 Subject: [PATCH] chore: release 2.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f55e543..3b19595 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-element-textinput", - "version": "2.1.0", + "version": "2.2.0", "description": "A react-native TextInput, TagsInput and AutoComplete component easy to customize for both iOS and Android.", "main": "lib/commonjs/index", "module": "lib/module/index",