From 700c0209712af8ec0be140b1aae0aac853b7f163 Mon Sep 17 00:00:00 2001 From: Aran Cauchi Date: Wed, 18 Jan 2023 16:13:27 +1100 Subject: [PATCH] v2.2.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 60aec2d..8264657 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "react-native-wagmi-charts", - "version": "2.1.0", + "version": "2.2.0", "description": "A sweet candlestick chart for React Native", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", - "types": "lib/typescript/index.d.ts", + "types": "lib/typescript/src/index.d.ts", "react-native": "src/index.ts", "source": "src/index", "scripts": {