Skip to content

Commit

Permalink
⬆️ 1.1.1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Jan 8, 2018
1 parent e5cf536 commit efc67a4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
30 changes: 26 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,46 @@
<a name="1.1.1"></a>
## [1.1.1](https:/elbywan/wretch/compare/1.1.0...1.1.1) (2018-01-08)


### :art: Code improvement(s)

* Remove typo ([7883219](https:/elbywan/wretch/commit/7883219))

### :factory: New feature(s)

* Pass the original request to the catchers/resolvers callback ([1e4d3a4](https:/elbywan/wretch/commit/1e4d3a4))

### :memo: Documentation update(s)

* Update middleware and intro ([09b0dc1](https:/elbywan/wretch/commit/09b0dc1))



<a name="1.1.0"></a>
# [1.1.0](https:/elbywan/wretch/compare/1.0.0...1.1.0) (2017-11-17)


### :arrow_up: Version update(s)

* 1.1.0 tag ([75e0c68](https:/elbywan/wretch/commit/75e0c68))

### :art: Code improvement(s)

* Comply with the commonjs typescript transpilation (#10) ([6931ff6](https:/elbywan/wretch/commit/6931ff6))
* Comply with the commonjs typescript transpilation (#10) ([6931ff6](https:/elbywan/wretch/commit/6931ff6)), closes [#10](https:/elbywan/wretch/issues/10)
* Refactor method function call ([cf07316](https:/elbywan/wretch/commit/cf07316))
* Remove irregular whitespace ([7bc2990](https:/elbywan/wretch/commit/7bc2990))

### :bug: Bug fix(es)

* Fix es6 const generated by rollup typescript helpers ([6791721](https:/elbywan/wretch/commit/6791721))
* Fix es6 const generated by rollup typescript helpers ([6791721](https:/elbywan/wretch/commit/6791721)), closes [#11](https:/elbywan/wretch/issues/11)

### :factory: New feature(s)

* Add middlewares helper. (#12) ([b9c6a65](https:/elbywan/wretch/commit/b9c6a65))
* Add middlewares helper. (#12) ([b9c6a65](https:/elbywan/wretch/commit/b9c6a65)), closes [#12](https:/elbywan/wretch/issues/12)

### :memo: Documentation update(s)

* Adding middlewares code samples (#12). ([b43cb1b](https:/elbywan/wretch/commit/b43cb1b))
* Adding middlewares code samples (#12). ([b43cb1b](https:/elbywan/wretch/commit/b43cb1b)), closes [#12](https:/elbywan/wretch/issues/12)
* Update npm badge color ([0eae7bb](https:/elbywan/wretch/commit/0eae7bb))
* Update readme top message and remove experimental flag for abortin ([e449b46](https:/elbywan/wretch/commit/e449b46))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wretch",
"version": "1.1.0",
"version": "1.1.1",
"description": "A tiny wrapper built around fetch with an intuitive syntax.",
"keywords": [
"fetch",
Expand Down

0 comments on commit efc67a4

Please sign in to comment.