Skip to content

Commit

Permalink
Bump release to 0.8.0 (#194)
Browse files Browse the repository at this point in the history
Breaking Changes:

- Drop build for Node 12, add 18 (#188)

Bug fixes:

- fix: validation for skip/include with default values (#193)
- fix: field expansion - fill only relevant fields while traversing abstract types (#180)
- fix: update deprecated API in GraphQL JS to new API (#179)

Version updates:

- Bump minimatch from 3.0.4 to 3.1.2 (#192)
- Bump decode-uri-component from 0.2.0 to 0.2.2 (#186)
- Bump json5 from 1.0.1 to 1.0.2 (#187)

Other changes:

- Add test case to json.test.ts (#191)
  • Loading branch information
boopathi authored Jan 30, 2023
1 parent 294d4ec commit 1952ef6
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.4",
"version": "0.8.0",
"description": "GraphQL JIT Compiler to JS",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 1952ef6

Please sign in to comment.