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 40c657b commit 6d001fbCopy full SHA for 6d001fb
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change log
2
3
+### v2.10.3 (2020-02-05)
4
+
5
+* Further adjustments to the TS `index.d.ts` declaration file. <br/>
6
+ [@Guillaumez](https://github.com/Guillaumez) in [#289](https://github.com/apollographql/graphql-tag/pull/289)
7
8
### v2.10.2 (2020-02-04)
9
10
* Update/fix the existing TS `index.d.ts` declaration file. <br/>
package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-tag",
- "version": "2.10.2",
+ "version": "2.10.3",
"description": "A JavaScript template literal tag that parses GraphQL queries",
"main": "./lib/graphql-tag.umd.js",
"module": "./src/index.js",
0 commit comments