Skip to content

Commit ee18d4a

Browse files
committed
0.3.2
1 parent 337150a commit ee18d4a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gqlcheck",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"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!",
55
"main": "dist/index.js",
66
"bin": {

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is autogenerated by /scripts/postversion.mjs
2-
export const version = "0.3.1";
2+
export const version = "0.3.2";

0 commit comments

Comments
 (0)