Skip to content

Commit 1532910

Browse files
committed
15.6.0
1 parent 201ed90 commit 1532910

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: package-lock.json

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql",
3-
"version": "15.5.3",
3+
"version": "15.6.0",
44
"description": "A Query Language and Runtime which can target any service.",
55
"license": "MIT",
66
"private": true,

Diff for: src/version.js

+3-3
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.5.3';
9+
export const version = '15.6.0';
1010

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

0 commit comments

Comments
 (0)