From ddea9ab8c2d198324d9288f8a8b222f95ccc4971 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 14 Sep 2020 00:49:10 +0000 Subject: [PATCH] chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/ChibiBlasphem/apollo-types-guard/compare/v1.3.0...v1.3.1) (2020-09-14) ### Bug Fixes * unmerge subtype which where accidentally merged ([922d821](https://github.com/ChibiBlasphem/apollo-types-guard/commit/922d82117fb640d94ea8c391f60a6a2bf1ec1a2f)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb8ae8c..08fab8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apollo-type-guards", - "version": "1.3.0", + "version": "1.3.1", "main": "lib/index.js", "bin": { "apollo-type-guards": "./bin/cli.js"