Skip to content

Commit 1952ef6

Browse files
authored
Bump release to 0.8.0 (#194)
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)
1 parent 294d4ec commit 1952ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-jit",
3-
"version": "0.7.4",
3+
"version": "0.8.0",
44
"description": "GraphQL JIT Compiler to JS",
55
"main": "dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)