Skip to content

Commit 6d001fb

Browse files
committed
Version bump, prep for publish
1 parent 40c657b commit 6d001fb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change log
22

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+
38
### v2.10.2 (2020-02-04)
49

510
* Update/fix the existing TS `index.d.ts` declaration file. <br/>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-tag",
3-
"version": "2.10.2",
3+
"version": "2.10.3",
44
"description": "A JavaScript template literal tag that parses GraphQL queries",
55
"main": "./lib/graphql-tag.umd.js",
66
"module": "./src/index.js",

0 commit comments

Comments
 (0)