From 7c30c7ef2aa624b5a4d82308e7c56890b8c1a430 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Sep 2020 13:07:47 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/ChibiBlasphem/apollo-types-guard/compare/v1.1.0...v1.2.0) (2020-09-10) ### Features * manage duplicate guards by namespacing them ([4e303a3](https://github.com/ChibiBlasphem/apollo-types-guard/commit/4e303a33946aeb5f360d4db1d3d6f3681e524283)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0598aa..2ec8310 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apollo-type-guards", - "version": "1.1.0", + "version": "1.2.0", "main": "lib/index.js", "bin": { "apollo-type-guards": "./bin/cli.js"