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

Commit 3f62cc8

Browse files
committed
[Prerelease] Bumped version number
1 parent 1e4b704 commit 3f62cc8

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

CHANGELOG.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="1.0.37"></a>
2+
## [1.0.37](https://github.com/jarrodek/socket-fetch/compare/1.0.31...v1.0.37) (2016-04-25)
3+
4+
5+
### Fix
6+
7+
* error on custom HTTP method ([f0446b9a08a9ede657b755ba5d22340f4a959848](https://github.com/jarrodek/socket-fetch/commit/f0446b9a08a9ede657b755ba5d22340f4a959848))
8+
* The host header will now will contain port value if not a default one to comply with thte spec. ([fd042cb9ef77a3519a2198a6970b80eb0dbd4c71](https://github.com/jarrodek/socket-fetch/commit/fd042cb9ef77a3519a2198a6970b80eb0dbd4c71)), closes [#8](https://github.com/jarrodek/socket-fetch/issues/8)
9+
10+
### Update
11+
12+
* Added cookie behavior during redirection. Cookies are now included into redirect server if match domain and path ([1e4b7040cc2a140eb30c4875acfd5b000220392f](https://github.com/jarrodek/socket-fetch/commit/1e4b7040cc2a140eb30c4875acfd5b000220392f))
13+
14+
15+
116
<a name="1.0.36"></a>
217
## [1.0.36](https://github.com/jarrodek/socket-fetch/compare/1.0.35...v1.0.36) (2016-04-24)
318

@@ -214,18 +229,4 @@
214229

215230

216231
<a name="1.0.13"></a>
217-
## [1.0.13](https://github.com/jarrodek/socket-fetch/compare/v1.0.10...v1.0.13) (2016-04-06)
218-
219-
220-
### Update
221-
222-
* Changed hows the element recognize the import location ([4986de84ee19524bb28eec5b7cd9556503b38b02](https://github.com/jarrodek/socket-fetch/commit/4986de84ee19524bb28eec5b7cd9556503b38b02))
223-
224-
225-
226-
<a name="1.0.12"></a>
227-
## [1.0.12](https://github.com/jarrodek/socket-fetch/compare/v1.0.11...v1.0.12) (2016-04-05)
228-
229-
230-
231-
232+
## [1.0.13](https://github.com/j

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.36",
3+
"version": "1.0.37",
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.36",
3+
"version": "1.0.37",
44
"license": "LICENSE",
55
"description": "A HTTP transport based on chrome.socket.tcp API.",
66
"scripts": {

0 commit comments

Comments
 (0)