Skip to content

Commit 3c54315

Browse files
committed
v14.4.1
1 parent fde76bd commit 3c54315

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.4.0",
3+
"version": "14.4.1",
44
"description": "A Query Language and Runtime which can target any service.",
55
"license": "MIT",
66
"main": "index",

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.4.0';
11+
export const version = '14.4.1';
1212

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

0 commit comments

Comments
 (0)