Skip to content

Commit

Permalink
⬆️ 1.4.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Jul 10, 2018
1 parent f04c9af commit 27acc8e
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
<a name="1.4.0"></a>
# [1.4.0](https:/elbywan/wretch/compare/1.3.1...1.4.0) (2018-07-10)


### :fire: Breaking change(s)

* Make .formUrl encode arrays in a standard way ([4e90cba](https:/elbywan/wretch/commit/4e90cba))



<a name="1.3.1"></a>
## [1.3.1](https:/elbywan/wretch/compare/1.3.0...1.3.1) (2018-06-12)


### :arrow_up: Version update(s)

* 1.3.1 tag ([f162e0e](https:/elbywan/wretch/commit/f162e0e))

### :art: Code improvement(s)

* Launch the mock server aside of the test file. ([35c5a4e](https:/elbywan/wretch/commit/35c5a4e))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<br>

##### Wretch 1.3 is now live 🎉 ! Please check out the [changelog](https:/elbywan/wretch/blob/master/CHANGELOG.md) after each update for new features and breaking changes. If you want to try out the hot stuff, look at the [dev](https:/elbywan/wretch/tree/dev) branch.
##### Wretch 1.4 is now live 🎉 ! Please check out the [changelog](https:/elbywan/wretch/blob/master/CHANGELOG.md) after each update for new features and breaking changes. If you want to try out the hot stuff, look at the [dev](https:/elbywan/wretch/tree/dev) branch.

##### A collection of middlewares is available through the [wretch-middlewares](https:/elbywan/wretch-middlewares) package! 📦

Expand Down
2 changes: 1 addition & 1 deletion dist/bundle/wretch.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/wretcher.js.map

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": "1.3.1",
"version": "1.4.0",
"description": "A tiny wrapper built around fetch with an intuitive syntax.",
"keywords": [
"wretch",
Expand Down
Loading

0 comments on commit 27acc8e

Please sign in to comment.