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

Commit 62a326f

Browse files
committed
[Prerelease] Bumped version number
1 parent 38452b9 commit 62a326f

File tree

3 files changed

+13
-72
lines changed

3 files changed

+13
-72
lines changed

CHANGELOG.md

Lines changed: 11 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.0.45"></a>
2+
## [1.0.45](https://github.com/jarrodek/socket-fetch/compare/1.0.44...v1.0.45) (2016-04-28)
3+
4+
5+
### Update
6+
7+
* added property to all reported responses ([38452b90cebdee3fafef35d8250d869ecb58678c](https://github.com/jarrodek/socket-fetch/commit/38452b90cebdee3fafef35d8250d869ecb58678c))
8+
9+
10+
111
<a name="1.0.44"></a>
212
## [1.0.44](https://github.com/jarrodek/socket-fetch/compare/1.0.43...v1.0.44) (2016-04-28)
313

@@ -188,73 +198,4 @@
188198
## [1.0.23](https://github.com/jarrodek/socket-fetch/compare/1.0.21...v1.0.23) (2016-04-08)
189199

190200

191-
### Fix
192-
193-
* Fixed redirect issue when location header is a relative url ([05c04db99010a31e04d8d707085ce12b23793dce](https://github.com/jarrodek/socket-fetch/commit/05c04db99010a31e04d8d707085ce12b23793dce)), closes [#5](https://github.com/jarrodek/socket-fetch/issues/5)
194-
195-
196-
197-
<a name="1.0.21"></a>
198-
## [1.0.21](https://github.com/jarrodek/socket-fetch/compare/1.0.12...v1.0.21) (2016-04-08)
199-
200-
201-
### Fix
202-
203-
* Fixes HEAD tyle of request ([47f0e3ba5137d31827cbbeb8ac6dd358852573a3](https://github.com/jarrodek/socket-fetch/commit/47f0e3ba5137d31827cbbeb8ac6dd358852573a3)), closes [#4](https://github.com/jarrodek/socket-fetch/issues/4)
204-
205-
### Update
206-
207-
* Changed hows the element recognize the import location ([4986de84ee19524bb28eec5b7cd9556503b38b02](https://github.com/jarrodek/socket-fetch/commit/4986de84ee19524bb28eec5b7cd9556503b38b02))
208-
209-
210-
211-
<a name="1.0.21"></a>
212-
## [1.0.21](https://github.com/jarrodek/socket-fetch/compare/1.0.19...v1.0.21) (2016-04-07)
213-
214-
215-
216-
217-
<a name="1.0.20"></a>
218-
## [1.0.20](https://github.com/jarrodek/socket-fetch/compare/1.0.19...v1.0.20) (2016-04-07)
219-
220-
221-
222-
223-
<a name="1.0.19"></a>
224-
## [1.0.19](https://github.com/jarrodek/socket-fetch/compare/1.0.18...v1.0.19) (2016-04-06)
225-
226-
227-
228-
229-
<a name="1.0.18"></a>
230-
## [1.0.18](https://github.com/jarrodek/socket-fetch/compare/1.0.17...v1.0.18) (2016-04-06)
231-
232-
233-
234-
235-
<a name="1.0.17"></a>
236-
## [1.0.17](https://github.com/jarrodek/socket-fetch/compare/1.0.16...v1.0.17) (2016-04-06)
237-
238-
239-
240-
241-
<a name="1.0.16"></a>
242-
## [1.0.16](https://github.com/jarrodek/socket-fetch/compare/1.0.15...v1.0.16) (2016-04-06)
243-
244-
245-
246-
247-
<a name="1.0.15"></a>
248-
## [1.0.15](https://github.com/jarrodek/socket-fetch/compare/1.0.14...v1.0.15) (2016-04-06)
249-
250-
251-
252-
253-
<a name="1.0.14"></a>
254-
## [1.0.14](https://github.com/jarrodek/socket-fetch/compare/1.0.13...v1.0.14) (2016-04-06)
255-
256-
257-
258-
259-
<a name="1.0.13"></a>
260-
## [1.0.13](https://github.com/j
201+
### Fi

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

0 commit comments

Comments
 (0)