From 9a29ced338494db577236248ed9f50afdad2c722 Mon Sep 17 00:00:00 2001 From: Colin Timmermans Date: Thu, 5 Apr 2018 22:59:42 +0200 Subject: [PATCH] 1.15.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8e42a2..ef4ea1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios-mock-adapter", - "version": "1.14.1", + "version": "1.15.0", "description": "Axios adapter that allows to easily mock requests", "main": "src/index.js", "scripts": {