diff --git a/package-lock.json b/package-lock.json index 10e8ecf..f9c97f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scality/react-chained-query", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@scality/react-chained-query", - "version": "1.0.7", + "version": "1.0.8", "license": "SEE LICENSE IN LICENSE", "dependencies": { "uuid": "^9.0.0" diff --git a/package.json b/package.json index d44d121..de5a8c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scality/react-chained-query", - "version": "1.0.7", + "version": "1.0.8", "description": "A wrapper of react-query useQuery hook allowing chained queries.", "main": "dist/index.js", "types": "dist/index.d.ts",