Skip to content

Commit

Permalink
15.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Oct 26, 2021
1 parent 6281c06 commit c7ab7eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "graphql",
"version": "15.6.1",
"version": "15.7.0",
"description": "A Query Language and Runtime which can target any service.",
"license": "MIT",
"private": true,
Expand Down
6 changes: 3 additions & 3 deletions src/version.js
Expand Up @@ -6,14 +6,14 @@
/**
* A string containing the version of the GraphQL.js library
*/
export const version = '15.6.1';
export const version = '15.7.0';

/**
* An object containing the components of the GraphQL.js version string
*/
export const versionInfo = Object.freeze({
major: 15,
minor: 6,
patch: 1,
minor: 7,
patch: 0,
preReleaseTag: null,
});

0 comments on commit c7ab7eb

Please sign in to comment.