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

Commit 4ca55d8

Browse files
committed
[Prerelease] Bumped version number
1 parent 8e36332 commit 4ca55d8

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.73"></a>
2+
## [1.0.73](https://github.com/advanced-rest-client/socket-fetch/compare/1.0.72...v1.0.73) (2016-11-22)
3+
4+
5+
### Fix
6+
7+
* Fixed an issue with missing new keyword when using URL class ([f2c8fbc614be00b1641337860941323cb0e432d9](https://github.com/advanced-rest-client/socket-fetch/commit/f2c8fbc614be00b1641337860941323cb0e432d9))
8+
9+
10+
111
<a name="1.0.72"></a>
212
## [1.0.72](https://github.com/advanced-rest-client/socket-fetch/compare/1.0.69...v1.0.72) (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.72",
3+
"version": "1.0.73",
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.72",
3+
"version": "1.0.73",
44
"license": "LICENSE",
55
"description": "A HTTP transport based on chrome.socket.tcp API.",
66
"repository": {

0 commit comments

Comments
 (0)