From 64914ca11f3eba6bd46fa8ee0997c676345c4ace Mon Sep 17 00:00:00 2001 From: Islam Rustamov Date: Sat, 28 Sep 2024 16:25:15 +0300 Subject: [PATCH] chore: release 0.10.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1948d45..2f99537 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-rich-text-input", - "version": "0.9.0", + "version": "0.10.0", "description": "Native component that allows you to add different rich text abilities", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",