From b9cb2f42d524abe2596e59ae6528bd73e6f9b68b Mon Sep 17 00:00:00 2001 From: Rocky Neurock Date: Fri, 13 Nov 2020 22:40:58 +0100 Subject: [PATCH] Bump version to 0.1.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33ce72b..7c2fe37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@miragejs/graphql", - "version": "0.1.8", + "version": "0.1.9", "description": "A library for handling GraphQL requests with Mirage JS", "main": "dist/index.js", "typings": "dist/index.d.ts",