Skip to content

Commit e4f759d

Browse files
committed
16.8.0
1 parent bec1b49 commit e4f759d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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": "16.7.1",
3+
"version": "16.8.0",
44
"description": "A Query Language and Runtime which can target any service.",
55
"license": "MIT",
66
"private": true,

src/version.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
/**
55
* A string containing the version of the GraphQL.js library
66
*/
7-
export const version = '16.7.1' as string;
7+
export const version = '16.8.0' as string;
88

99
/**
1010
* An object containing the components of the GraphQL.js version string
1111
*/
1212
export const versionInfo = Object.freeze({
1313
major: 16 as number,
14-
minor: 7 as number,
15-
patch: 1 as number,
14+
minor: 8 as number,
15+
patch: 0 as number,
1616
preReleaseTag: null as string | null,
1717
});

0 commit comments

Comments
 (0)