diff --git a/package-lock.json b/package-lock.json index 7c885f3..092b620 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "relay-pagination-directive", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "relay-pagination-directive", - "version": "1.0.0", + "version": "1.0.1", "license": "ISC", "dependencies": { "@graphql-tools/schema": "^10.0.2", diff --git a/package.json b/package.json index 25b5ea0..c4172a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "relay-pagination-directive", - "version": "1.0.0", + "version": "1.0.1", "description": "GQL directive to simplify relay style pagination", "main": "index.js", "types": "index.d.ts",