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 c603545 commit da6f8eaCopy full SHA for da6f8ea
README.md
@@ -13,7 +13,7 @@ a query language for APIs created by Facebook.
13
[](https://github.com/ambv/black)
14
15
The current version 3.0.0b1 of GraphQL-core is up-to-date
16
-with GraphQL.js version 14.5.6.
+with GraphQL.js version 14.5.8.
17
18
All parts of the API are covered by an extensive test suite
19
of currently 1990 unit tests.
src/graphql/version.py
@@ -6,7 +6,7 @@
6
7
version = "3.0.0b1"
8
9
-version_js = "14.5.6"
+version_js = "14.5.8"
10
11
12
_re_version = re.compile(r"(\d+)\.(\d+)\.(\d+)(\D*)(\d*)")
0 commit comments