Skip to content

Commit 0e6dd00

Browse files
committed
release 1.0.1
1 parent ecfe37e commit 0e6dd00

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.0.1 / 2016-08-14
2+
==================
3+
* Format code
4+
* Update Readme
5+
16
1.0.0 / 2015-11-19
27
==================
38
* Remove Bower support

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,3 @@ MIT
8181
# Acknowledgement
8282

8383
Thanks to [github/fetch](https://github.com/github/fetch) for bring Fetch to old browsers.
84-
85-
86-
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/camsong/fetch-jsonp/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
87-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetch-jsonp",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Fetch JSONP like a boss using Fetch API",
55
"main": "build/fetch-jsonp.js",
66
"scripts": {

0 commit comments

Comments
 (0)