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

Commit 4a5d212

Browse files
committed
[Prerelease] Bumped version number
1 parent 12b85a2 commit 4a5d212

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.52"></a>
2+
## [1.0.52](https://github.com/jarrodek/socket-fetch/compare/1.0.51...v1.0.52) (2016-05-05)
3+
4+
5+
### Fix
6+
7+
* Fixes this._request.headers.set usage ([12b85a20a0b9a99347354eb313604377bb492b9e](https://github.com/jarrodek/socket-fetch/commit/12b85a20a0b9a99347354eb313604377bb492b9e))
8+
9+
10+
111
<a name="1.0.51"></a>
212
## [1.0.51](https://github.com/jarrodek/socket-fetch/compare/1.0.50...v1.0.51) (2016-05-05)
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.51",
3+
"version": "1.0.52",
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.51",
3+
"version": "1.0.52",
44
"license": "LICENSE",
55
"description": "A HTTP transport based on chrome.socket.tcp API.",
66
"scripts": {

0 commit comments

Comments
 (0)