We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0060551 commit 6bb002dCopy full SHA for 6bb002d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphql",
3
- "version": "14.6.0",
+ "version": "14.7.0",
4
"description": "A Query Language and Runtime which can target any service.",
5
"license": "MIT",
6
"private": true,
src/version.js
@@ -8,14 +8,14 @@
8
/**
9
* A string containing the version of the GraphQL.js library
10
*/
11
-export const version = '14.6.0';
+export const version = '14.7.0';
12
13
14
* An object containing the components of the GraphQL.js version string
15
16
export const versionInfo = Object.freeze({
17
major: 14,
18
- minor: 6,
+ minor: 7,
19
patch: 0,
20
preReleaseTag: null,
21
});
0 commit comments