Skip to content

Commit

Permalink
Bump release to 0.7.4 (#173)
Browse files Browse the repository at this point in the history
- fix: parse Date scalar object arguments properly (#158)
- fix: apply directives skip/include for mutation (#172)
- upgrade dependencies: minimist, async, fast-json-stringify
  • Loading branch information
boopathi authored May 24, 2022
1 parent 970d4e4 commit 0324974
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": "graphql-jit",
"version": "0.7.3",
"version": "0.7.4",
"description": "GraphQL JIT Compiler to JS",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 0324974

Please sign in to comment.