We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfe37e commit 0e6dd00Copy full SHA for 0e6dd00
HISTORY.md
@@ -1,3 +1,8 @@
1
+1.0.1 / 2016-08-14
2
+==================
3
+* Format code
4
+* Update Readme
5
+
6
1.0.0 / 2015-11-19
7
==================
8
* Remove Bower support
README.md
@@ -81,7 +81,3 @@ MIT
81
# Acknowledgement
82
83
Thanks to [github/fetch](https://github.com/github/fetch) for bring Fetch to old browsers.
84
-
85
86
-[](https://bitdeli.com/free "Bitdeli Badge")
87
package.json
@@ -1,6 +1,6 @@
{
"name": "fetch-jsonp",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Fetch JSONP like a boss using Fetch API",
"main": "build/fetch-jsonp.js",
"scripts": {
0 commit comments