From c441e56797f8557752d31f9e2de0117c1f28317a Mon Sep 17 00:00:00 2001 From: Andrew Shapovalov Date: Tue, 7 Jun 2022 17:32:29 +0300 Subject: [PATCH] chore: release v1.0.0 --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 97e97d4..fe3ada4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amazon-ivs-react-native-broadcast", - "version": "0.1.0", + "version": "1.0.0", "description": "A React Native wrapper for the Amazon IVS iOS and Android broadcast SDKs", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -124,8 +124,10 @@ { "selector": "interface", "format": null, - "prefix": ["I"] - } + "prefix": [ + "I" + ] + } ] } },