Skip to content

Commit 6bb002d

Browse files
committed
v14.7.0
1 parent 0060551 commit 6bb002d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql",
3-
"version": "14.6.0",
3+
"version": "14.7.0",
44
"description": "A Query Language and Runtime which can target any service.",
55
"license": "MIT",
66
"private": true,

src/version.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
/**
99
* A string containing the version of the GraphQL.js library
1010
*/
11-
export const version = '14.6.0';
11+
export const version = '14.7.0';
1212

1313
/**
1414
* An object containing the components of the GraphQL.js version string
1515
*/
1616
export const versionInfo = Object.freeze({
1717
major: 14,
18-
minor: 6,
18+
minor: 7,
1919
patch: 0,
2020
preReleaseTag: null,
2121
});

0 commit comments

Comments
 (0)