From a12d8ebdba012f4a72413c07e616b97241b290f5 Mon Sep 17 00:00:00 2001 From: Ian K Smith Date: Thu, 6 Oct 2022 16:44:03 +0000 Subject: [PATCH] Bump version to: 6.1.0 [skip ci] --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f4459fe..404c87b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "usable-react", - "version": "6.0.1", + "version": "6.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "usable-react", - "version": "6.0.1", + "version": "6.1.0", "license": "MIT", "dependencies": { "fuse.js": "^6.4.6", diff --git a/package.json b/package.json index 6b7b4f0..c7b69a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "usable-react", - "version": "6.0.1", + "version": "6.1.0", "description": "Basic React hooks to get any project off the ground.", "author": "Ian K Smith ", "license": "MIT",