From c38679fb31fe2d7a52e4fb93d6ea306592923788 Mon Sep 17 00:00:00 2001 From: Colin Timmermans Date: Thu, 14 Apr 2016 13:20:03 +0200 Subject: [PATCH] v1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a239d9..e7d46cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios-mock-adapter", - "version": "1.1.0", + "version": "1.2.0", "description": "Axios adapter that allows to easily mock requests", "main": "index.js", "scripts": {