From f4e9ffed5894c92893301a60620d6d391644533e Mon Sep 17 00:00:00 2001 From: Julien Elbaz Date: Wed, 7 Mar 2018 23:03:20 +0100 Subject: [PATCH] :arrow_up: 1.1.2 tag --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d8fd94..f2747c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,25 @@ + +## [1.1.2](https://github.com/elbywan/wretch/compare/1.1.1...1.1.2) (2018-03-07) + + +### :art: Code improvement(s) + +* Relaxed Response & Options types ([16c0b97](https://github.com/elbywan/wretch/commit/16c0b97)) + +### :white_check_mark: Test improvement(s) + +* Update tests with a working abortController polyfill ([171ac48](https://github.com/elbywan/wretch/commit/171ac48)) + + + ## [1.1.1](https://github.com/elbywan/wretch/compare/1.1.0...1.1.1) (2018-01-08) +### :arrow_up: Version update(s) + +* 1.1.1 tag ([efc67a4](https://github.com/elbywan/wretch/commit/efc67a4)) + ### :art: Code improvement(s) * Remove typo ([7883219](https://github.com/elbywan/wretch/commit/7883219)) diff --git a/package.json b/package.json index 71c9c17..38369d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wretch", - "version": "1.1.1", + "version": "1.1.2", "description": "A tiny wrapper built around fetch with an intuitive syntax.", "keywords": [ "fetch",