From 6551424f3a7421640bc09367cdcee73d82ed2ab0 Mon Sep 17 00:00:00 2001 From: Julien Elbaz Date: Mon, 25 Sep 2017 15:50:51 +0200 Subject: [PATCH] :arrow_up: 0.1.5 tag --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da925eb..e5dc54f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## 0.1.5 (2017-09-25) + +* 0.1.5 tag ([c0e71d2](https://github.com/elbywan/wretch/commit/c0e71d2)) +* update changelog ([0df70a3](https://github.com/elbywan/wretch/commit/0df70a3)) +* use a Map instead of an Array for catchers ([ff2e657](https://github.com/elbywan/wretch/commit/ff2e657)) + + + ## 0.1.4 (2017-09-25) diff --git a/package.json b/package.json index 0cee836..29976a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wretch", - "version": "0.1.4", + "version": "0.1.5", "description": "A tiny wrapper built around fetch with an intuitive syntax.", "keywords": [ "fetch",