Skip to content

Commit

Permalink
v14.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Aug 23, 2019
1 parent 1ea5b34 commit f29be82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "graphql",
"version": "14.5.0",
"version": "14.5.1",
"description": "A Query Language and Runtime which can target any service.",
"license": "MIT",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions src/version.js
Expand Up @@ -8,14 +8,14 @@
/**
* A string containing the version of the GraphQL.js library
*/
export const version = '14.5.0';
export const version = '14.5.1';

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

0 comments on commit f29be82

Please sign in to comment.