From 6d001fb7bd4cf5aacb2747d67320d73317b7f1c2 Mon Sep 17 00:00:00 2001 From: hwillson Date: Wed, 5 Feb 2020 11:01:10 -0500 Subject: [PATCH] Version bump, prep for publish --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99ff7c4e..98f58c34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change log +### v2.10.3 (2020-02-05) + +* Further adjustments to the TS `index.d.ts` declaration file.
+ [@Guillaumez](https://github.com/Guillaumez) in [#289](https://github.com/apollographql/graphql-tag/pull/289) + ### v2.10.2 (2020-02-04) * Update/fix the existing TS `index.d.ts` declaration file.
diff --git a/package.json b/package.json index d5797fe3..1782996e 100644 --- a/package.json +++ b/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",