Skip to content

Commit

Permalink
⬆️ 1.1.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Nov 17, 2017
1 parent b9c6a65 commit 75e0c68
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
@@ -1,7 +1,37 @@
<a name="1.1.0"></a>
# [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))



<a name="1.0.0"></a>
# [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))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 75e0c68

Please sign in to comment.