Skip to content

Commit 23179a3

Browse files
committed
0.4.1
1 parent af472da commit 23179a3

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.4.0",
3+
"version": "0.4.1",
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.4.0";
2+
export const version = "0.4.1";

0 commit comments

Comments
 (0)