Skip to content

Commit 108bc20

Browse files
committed
15.10.1
1 parent 7066c2c commit 108bc20

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql",
3-
"version": "15.10.0",
3+
"version": "15.10.1",
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
@@ -6,14 +6,14 @@
66
/**
77
* A string containing the version of the GraphQL.js library
88
*/
9-
export const version = '15.10.0';
9+
export const version = '15.10.1';
1010

1111
/**
1212
* An object containing the components of the GraphQL.js version string
1313
*/
1414
export const versionInfo = Object.freeze({
1515
major: 15,
1616
minor: 10,
17-
patch: 0,
17+
patch: 1,
1818
preReleaseTag: null,
1919
});

0 commit comments

Comments
 (0)