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": {