From 8d6797a77ef7e9cf2a546dcf1b3e47e8ad66c656 Mon Sep 17 00:00:00 2001 From: Shuvalov Anton Date: Sun, 14 Jun 2015 17:59:07 +0300 Subject: [PATCH] 0.1.6 --- history.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/history.md b/history.md index 39e578d..fcda290 100644 --- a/history.md +++ b/history.md @@ -1,3 +1,10 @@ +0.1.6 / 2015-06-14 +================== + +- fix: unmocked routes now works properly +- fix: avoid patching when superagent is patched already +- add history.md + 0.1.5 / 2015-05-20 ================== diff --git a/package.json b/package.json index efc09de..ecb96a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superagent-mocker", - "version": "0.1.5", + "version": "0.1.6", "description": "Pretty simple mocks for the CRUD and REST API", "main": "index.js", "scripts": {