Skip to content

Commit cfe4c72

Browse files
committed
Release version 1.4.2
1 parent 9d8e0b7 commit cfe4c72

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

GruntSource.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xhook",
33
"title": "XHook",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"license": "MIT",
66
"homepage": "https://github.com/jpillora/xhook",
77
"author": "Jaime Pillora <[email protected]>",

dist/xhook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XHook - v1.4.1 - https://github.com/jpillora/xhook
1+
// XHook - v1.4.2 - https://github.com/jpillora/xhook
22
// Jaime Pillora <[email protected]> - MIT Copyright 2017
33
var AFTER, BEFORE, COMMON_EVENTS, EventEmitter, FETCH, FIRE, FormData, NativeFetch, NativeFormData, NativeXMLHttp, OFF, ON, READY_STATE, UPLOAD_EVENTS, WINDOW, XHookFetchRequest, XHookFormData, XHookHttpRequest, XMLHTTP, convertHeaders, depricatedProp, document, fakeEvent, mergeObjects, msie, proxyEvents, slice, useragent, xhook, _base,
44
__indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; };

dist/xhook.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xhook",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Easily intercept and modify XHR request and response",
55
"browser": "dist/xhook.js",
66
"main": "dist/xhook.js",

0 commit comments

Comments
 (0)