We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14102e commit 655c1d0Copy full SHA for 655c1d0
HISTORY.md
@@ -1,3 +1,7 @@
1
+1.0.2 / 2016-09-26
2
+==================
3
+* Use original url when Request error
4
+
5
1.0.1 / 2016-08-14
6
==================
7
* Format code
package.json
@@ -1,6 +1,6 @@
{
"name": "fetch-jsonp",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "Fetch JSONP like a boss using Fetch API",
"main": "build/fetch-jsonp.js",
"scripts": {
0 commit comments