From 62a326f828cfd6e5bfcbeb7912f07fc1862f4c04 Mon Sep 17 00:00:00 2001 From: jarrodek Date: Thu, 28 Apr 2016 23:56:43 +0100 Subject: [PATCH] [Prerelease] Bumped version number --- CHANGELOG.md | 81 +++++++--------------------------------------------- bower.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 72 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd0903..f62cdfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.0.45](https://github.com/jarrodek/socket-fetch/compare/1.0.44...v1.0.45) (2016-04-28) + + +### Update + +* added property to all reported responses ([38452b90cebdee3fafef35d8250d869ecb58678c](https://github.com/jarrodek/socket-fetch/commit/38452b90cebdee3fafef35d8250d869ecb58678c)) + + + ## [1.0.44](https://github.com/jarrodek/socket-fetch/compare/1.0.43...v1.0.44) (2016-04-28) @@ -188,73 +198,4 @@ ## [1.0.23](https://github.com/jarrodek/socket-fetch/compare/1.0.21...v1.0.23) (2016-04-08) -### Fix - -* 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) - - - - -## [1.0.21](https://github.com/jarrodek/socket-fetch/compare/1.0.12...v1.0.21) (2016-04-08) - - -### Fix - -* Fixes HEAD tyle of request ([47f0e3ba5137d31827cbbeb8ac6dd358852573a3](https://github.com/jarrodek/socket-fetch/commit/47f0e3ba5137d31827cbbeb8ac6dd358852573a3)), closes [#4](https://github.com/jarrodek/socket-fetch/issues/4) - -### Update - -* Changed hows the element recognize the import location ([4986de84ee19524bb28eec5b7cd9556503b38b02](https://github.com/jarrodek/socket-fetch/commit/4986de84ee19524bb28eec5b7cd9556503b38b02)) - - - - -## [1.0.21](https://github.com/jarrodek/socket-fetch/compare/1.0.19...v1.0.21) (2016-04-07) - - - - - -## [1.0.20](https://github.com/jarrodek/socket-fetch/compare/1.0.19...v1.0.20) (2016-04-07) - - - - - -## [1.0.19](https://github.com/jarrodek/socket-fetch/compare/1.0.18...v1.0.19) (2016-04-06) - - - - - -## [1.0.18](https://github.com/jarrodek/socket-fetch/compare/1.0.17...v1.0.18) (2016-04-06) - - - - - -## [1.0.17](https://github.com/jarrodek/socket-fetch/compare/1.0.16...v1.0.17) (2016-04-06) - - - - - -## [1.0.16](https://github.com/jarrodek/socket-fetch/compare/1.0.15...v1.0.16) (2016-04-06) - - - - - -## [1.0.15](https://github.com/jarrodek/socket-fetch/compare/1.0.14...v1.0.15) (2016-04-06) - - - - - -## [1.0.14](https://github.com/jarrodek/socket-fetch/compare/1.0.13...v1.0.14) (2016-04-06) - - - - - -## [1.0.13](https://github.com/j +### Fi \ No newline at end of file diff --git a/bower.json b/bower.json index 87b0d88..a694342 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "socket-fetch", - "version": "1.0.44", + "version": "1.0.45", "license": "LICENSE.txt", "description": "A HTTP transport based on chrome.socket.tcp API.", "authors": [ diff --git a/package.json b/package.json index e6beda8..798701b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socket-fetch", - "version": "1.0.44", + "version": "1.0.45", "license": "LICENSE", "description": "A HTTP transport based on chrome.socket.tcp API.", "scripts": {