Skip to content

Commit 5973bbc

Browse files
committed
Release 1.4.7
1 parent a6bf6c9 commit 5973bbc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.6",
4+
"version": "1.4.7",
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.6 - https://github.com/jpillora/xhook
1+
// XHook - v1.4.7 - https://github.com/jpillora/xhook
22
// Jaime Pillora <[email protected]> - MIT Copyright 2018
33
(function(undefined) {
44
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, nullify, proxyEvents, slice, useragent, xhook, _base,

dist/xhook.min.js

Lines changed: 1 addition & 1 deletion
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.6",
3+
"version": "1.4.7",
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)