From 187470543dabb77ab76fb2bac9c51f6c8c7bc178 Mon Sep 17 00:00:00 2001 From: Michiel van Roon Date: Tue, 20 Dec 2022 10:00:46 +0100 Subject: [PATCH] chore: bump version to 1.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8174953..afd8183 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-axios-jwt", - "version": "1.7.1", + "version": "1.8.0", "description": "Axios interceptor to store, transmit, clear and automatically refresh tokens for authentication in a React Native environment", "main": "dist/index.js", "types": "dist/index.d.ts",