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

Commit 0707d8d

Browse files
committed
[Prerelease] Bumped version number
1 parent 0138318 commit 0707d8d

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.74"></a>
2+
## [1.0.74](https://github.com/advanced-rest-client/socket-fetch/compare/1.0.73...v1.0.74) (2016-11-22)
3+
4+
5+
### Fix
6+
7+
* Fixed cookie parser dependency by adding import ([013831813779a3cd3dfc1821a68f5958eddd7756](https://github.com/advanced-rest-client/socket-fetch/commit/013831813779a3cd3dfc1821a68f5958eddd7756))
8+
9+
10+
111
<a name="1.0.73"></a>
212
## [1.0.73](https://github.com/advanced-rest-client/socket-fetch/compare/1.0.72...v1.0.73) (2016-11-22)
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.73",
3+
"version": "1.0.74",
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.73",
3+
"version": "1.0.74",
44
"license": "LICENSE",
55
"description": "A HTTP transport based on chrome.socket.tcp API.",
66
"repository": {

0 commit comments

Comments
 (0)