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

Commit caa270c

Browse files
committed
[Prerelease] Bumped version number
1 parent 0dd8032 commit caa270c

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.49"></a>
2+
## [1.0.49](https://github.com/jarrodek/socket-fetch/compare/1.0.48...v1.0.49) (2016-05-05)
3+
4+
5+
### Fix
6+
7+
* issues with digest authentication ([0dd8032a2f1b0659bef11e703a4f4f3b35469436](https://github.com/jarrodek/socket-fetch/commit/0dd8032a2f1b0659bef11e703a4f4f3b35469436))
8+
9+
10+
111
<a name="1.0.48"></a>
212
## [1.0.48](https://github.com/jarrodek/socket-fetch/compare/1.0.47...v1.0.48) (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.48",
3+
"version": "1.0.49",
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.48",
3+
"version": "1.0.49",
44
"license": "LICENSE",
55
"description": "A HTTP transport based on chrome.socket.tcp API.",
66
"scripts": {

0 commit comments

Comments
 (0)