Skip to content

Commit 1519fda

Browse files
committed
16.7.0
1 parent 84bb146 commit 1519fda

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

src/version.ts

+2-2
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.6.0' as string;
7+
export const version = '16.7.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: 6 as number,
14+
minor: 7 as number,
1515
patch: 0 as number,
1616
preReleaseTag: null as string | null,
1717
});

0 commit comments

Comments
 (0)