We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f9854 commit 278bde0Copy full SHA for 278bde0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphql",
3
- "version": "15.0.0-rc.2",
+ "version": "15.0.0",
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-rc.2';
+export const version = '15.0.0';
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: 'rc.2',
+ preReleaseTag: null,
21
});
0 commit comments