From 1a72aa56e90539a9c4cafc1d0064f5aad3dc811b Mon Sep 17 00:00:00 2001 From: Ivan Seniv Date: Sun, 21 Jul 2024 12:46:05 +0300 Subject: [PATCH] chore: release 1.10.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e8800e..09e3fea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-notifier", - "version": "1.9.0", + "version": "1.10.0", "description": "Fast and simple in-app notifications for React Native", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",