From ff05dfca4d3ef7a754965d99579b455c93aa7880 Mon Sep 17 00:00:00 2001 From: Julien Elbaz Date: Sat, 9 Jun 2018 13:36:28 +0200 Subject: [PATCH] :arrow_up: 1.3.0 tag --- CHANGELOG.md | 25 ++++++++++++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 593777b..6b3e77a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,33 @@ + +# [1.3.0](https://github.com/elbywan/wretch/compare/1.2.0...1.3.0) (2018-06-09) + + +### :bug: Bug fix(es) + +* Fix .url call when the url contains query parameters ([e68764f](https://github.com/elbywan/wretch/commit/e68764f)) + +### :factory: New feature(s) + +* Add deferred callback chain. ([10ddfe5](https://github.com/elbywan/wretch/commit/10ddfe5)) + +### :fire: Breaking change(s) + +* Add body argument shorthand to the http methods. ([103cde3](https://github.com/elbywan/wretch/commit/103cde3)) + +### :memo: Documentation update(s) + +* Mention the wretch-middlewares package in the readme ([880c02c](https://github.com/elbywan/wretch/commit/880c02c)) +* Update .query anchor ([b2670d9](https://github.com/elbywan/wretch/commit/b2670d9)) + + + # [1.2.0](https://github.com/elbywan/wretch/compare/1.1.2...1.2.0) (2018-05-24) ### :arrow_up: Version update(s) -* 1.2.0 tag ([504b10b](https://github.com/elbywan/wretch/commit/504b10b)) +* 1.2.0 tag ([3f067df](https://github.com/elbywan/wretch/commit/3f067df)) ### :factory: New feature(s) diff --git a/package-lock.json b/package-lock.json index 232a839..ac1cc6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wretch", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 710fd6a..42f23b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wretch", - "version": "1.2.0", + "version": "1.3.0", "description": "A tiny wrapper built around fetch with an intuitive syntax.", "keywords": [ "wretch",