Skip to content

Commit

Permalink
⬆️ 0.2.2 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Oct 4, 2017
1 parent 2820e34 commit 0883134
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
<a name="0.2.2"></a>
## [0.2.2](https://github.com/elbywan/wretch/compare/0.2.1...0.2.2) (2017-10-04)


### :art: Code improvement(s)

* Moves polyfills to the config object ([2820e34](https://github.com/elbywan/wretch/commit/2820e34))

### :factory: New feature(s)

* Allow non-global fetch & FormData ([112b9cc](https://github.com/elbywan/wretch/commit/112b9cc))



<a name="0.2.1"></a>
## [0.2.1](https://github.com/elbywan/wretch/compare/0.2.0...0.2.1) (2017-10-03)


### :arrow_up: Version update(s)

* 0.2.1 tag ([f1586d6](https://github.com/elbywan/wretch/commit/f1586d6))
* 0.2.1 tag ([d13e8ad](https://github.com/elbywan/wretch/commit/d13e8ad))

### :art: Code improvement(s)

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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wretch",
"version": "0.2.1",
"version": "0.2.2",
"description": "A tiny wrapper built around fetch with an intuitive syntax.",
"keywords": [
"fetch",
Expand Down

0 comments on commit 0883134

Please sign in to comment.