diff --git a/package.json b/package.json index 99435a8..f81ef97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gqlcheck", - "version": "0.2.0", + "version": "0.2.1", "description": "Performs additional checks on your GraphQL documents and operations to ensure they conform to your rules, whilst allow-listing existing operations and their constituent parts (and allowing overrides on a per-field basis). Rules include max selection set depth, max list nesting, require pagination, limit self-referencing loops, etc. Add your own rules!", "main": "dist/index.js", "bin": { diff --git a/src/version.ts b/src/version.ts index e9e3ca2..e334445 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // This file is autogenerated by /scripts/postversion.mjs -export const version = "0.2.0"; +export const version = "0.2.1";