We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b0de0 commit 576682fCopy full SHA for 576682f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphql",
3
- "version": "15.0.0-alpha.1",
+ "version": "15.0.0-alpha.2",
4
"description": "A Query Language and Runtime which can target any service.",
5
"license": "MIT",
6
"private": true,
src/version.js
@@ -8,7 +8,7 @@
8
/**
9
* A string containing the version of the GraphQL.js library
10
*/
11
-export const version = '15.0.0-alpha.1';
+export const version = '15.0.0-alpha.2';
12
13
14
* An object containing the components of the GraphQL.js version string
@@ -17,5 +17,5 @@ export const versionInfo = Object.freeze({
17
major: 15,
18
minor: 0,
19
patch: 0,
20
- preReleaseTag: 'alpha.1',
+ preReleaseTag: 'alpha.2',
21
});
0 commit comments