diff --git a/package.json b/package.json index 0df37f9..53c483b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gqlcheck", - "version": "0.0.4", + "version": "0.1.0", "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 2eaa8f6..fc3165e 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.0.4"; +export const version = "0.1.0";