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