From f664d96008aa60744f0990335b4546d86522722c Mon Sep 17 00:00:00 2001 From: hwillson Date: Tue, 4 Feb 2020 05:55:17 -0500 Subject: [PATCH] Bump version, prep for publish --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c039af53..99ff7c4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log -### vNext +### v2.10.2 (2020-02-04) * Update/fix the existing TS `index.d.ts` declaration file.
[@hwillson](https://github.com/hwillson) in [#285](https://github.com/apollographql/graphql-tag/pull/285) diff --git a/package.json b/package.json index 90212429..d5797fe3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-tag", - "version": "2.10.1", + "version": "2.10.2", "description": "A JavaScript template literal tag that parses GraphQL queries", "main": "./lib/graphql-tag.umd.js", "module": "./src/index.js",