We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80b1d4 commit 5723234Copy full SHA for 5723234
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphql",
3
- "version": "14.5.5",
+ "version": "14.5.6",
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.5.5';
+export const version = '14.5.6';
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: 5,
19
- patch: 5,
+ patch: 6,
20
preReleaseTag: null,
21
});
0 commit comments