Skip to content

Commit

Permalink
chore: bump version to 1.2.6 in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KRJOH3 committed Apr 18, 2024
1 parent 1a61643 commit 817adbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gqlprune",
"version": "1.2.5",
"version": "1.2.6",
"description": "This script helps identify unused GraphQL operations (queries, mutations, subscriptions) in your project. It scans .gql files for operations and checks if they are being used in your TypeScript/JavaScript files.",
"bin": {
"gqlPrune": "./dist/cli.js"
Expand Down

0 comments on commit 817adbb

Please sign in to comment.