Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Commit 6e0f7c9

Browse files
committed
[Prerelease] Bumped version number
1 parent e28b3c3 commit 6e0f7c9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.0.59"></a>
2+
## [1.0.59](https://github.com/jarrodek/socket-fetch/compare/1.0.58...v1.0.59) (2016-06-15)
3+
4+
5+
### Fix
6+
7+
* Fixed all redirection issues. The library will now follow spec when handling redirection ([232a5677087394250d128b0bb5ca7ce15ea6bfd4](https://github.com/jarrodek/socket-fetch/commit/232a5677087394250d128b0bb5ca7ce15ea6bfd4)), closes [#13](https://github.com/jarrodek/socket-fetch/issues/13)
8+
9+
10+
111
<a name="1.0.58"></a>
212
## [1.0.58](https://github.com/jarrodek/socket-fetch/compare/1.0.57...v1.0.58) (2016-05-10)
313

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket-fetch",
3-
"version": "1.0.58",
3+
"version": "1.0.59",
44
"license": "LICENSE.txt",
55
"description": "A HTTP transport based on chrome.socket.tcp API.",
66
"authors": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket-fetch",
3-
"version": "1.0.58",
3+
"version": "1.0.59",
44
"license": "LICENSE",
55
"description": "A HTTP transport based on chrome.socket.tcp API.",
66
"scripts": {

0 commit comments

Comments
 (0)