diff --git a/CHANGELOG.md b/CHANGELOG.md index dc217f9..1aecaaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,37 @@ + +# [1.1.0](https://github.com/elbywan/wretch/compare/1.0.0...1.1.0) (2017-11-17) + + +### :art: Code improvement(s) + +* Comply with the commonjs typescript transpilation (#10) ([6931ff6](https://github.com/elbywan/wretch/commit/6931ff6)) +* Refactor method function call ([cf07316](https://github.com/elbywan/wretch/commit/cf07316)) +* Remove irregular whitespace ([7bc2990](https://github.com/elbywan/wretch/commit/7bc2990)) + +### :bug: Bug fix(es) + +* Fix es6 const generated by rollup typescript helpers ([6791721](https://github.com/elbywan/wretch/commit/6791721)) + +### :factory: New feature(s) + +* Add middlewares helper. (#12) ([b9c6a65](https://github.com/elbywan/wretch/commit/b9c6a65)) + +### :memo: Documentation update(s) + +* Adding middlewares code samples (#12). ([b43cb1b](https://github.com/elbywan/wretch/commit/b43cb1b)) +* Update npm badge color ([0eae7bb](https://github.com/elbywan/wretch/commit/0eae7bb)) +* Update readme top message and remove experimental flag for abortin ([e449b46](https://github.com/elbywan/wretch/commit/e449b46)) + + + # [1.0.0](https://github.com/elbywan/wretch/compare/0.3.1...1.0.0) (2017-10-20) +### :arrow_up: Version update(s) + +* 1.0.0 tag ([63b7d2b](https://github.com/elbywan/wretch/commit/63b7d2b)) + ### :art: Code improvement(s) * Widen resolver return type ([6e2b299](https://github.com/elbywan/wretch/commit/6e2b299)) diff --git a/package-lock.json b/package-lock.json index 0ccbd51..402e754 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wretch", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5612d3b..3416942 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wretch", - "version": "1.0.0", + "version": "1.1.0", "description": "A tiny wrapper built around fetch with an intuitive syntax.", "keywords": [ "fetch",